From 3aea2bac8a04ec337c2804476c8b84803dd9fde0 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 03:36:31 +0200 Subject: [PATCH] python-ipaddr: fix pycompile_module --- srcpkgs/python-ipaddr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ipaddr/template b/srcpkgs/python-ipaddr/template index b6ccbeec7fb..8cfdb3d0b52 100644 --- a/srcpkgs/python-ipaddr/template +++ b/srcpkgs/python-ipaddr/template @@ -5,7 +5,7 @@ revision=2 noarch=yes wrksrc="ipaddr-${version}" build_style=python2-module -pycompile_module="ipaddr" +pycompile_module="ipaddr.py" hostmakedepends="python" makedepends="python-devel" short_desc="Python IP address manipulation library"