From edc763af17d7547ddfc765af73e9af32a2135ea9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 28 Aug 2017 19:20:42 +0200 Subject: [PATCH] python3-namedlist: fix pycompile_module. --- srcpkgs/python-namedlist/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-namedlist/template b/srcpkgs/python-namedlist/template index feca8ba2ad0..37e81873cbe 100644 --- a/srcpkgs/python-namedlist/template +++ b/srcpkgs/python-namedlist/template @@ -1,7 +1,7 @@ # Template file for 'python-namedlist' pkgname=python-namedlist version=1.7 -revision=4 +revision=5 noarch=yes wrksrc="namedlist-${version}" build_style=python-module @@ -18,7 +18,7 @@ checksum=190b39ceaf1d6b59999811259e61beb1b26aaa482fb8c95538294d551461c986 python3-namedlist_package() { noarch=yes depends="python3" - pycompile_module="namedlist" + pycompile_module="namedlist.py" replaces="python3.4-namedlist>=0" short_desc="${short_desc/Python2/Python3}" pkg_install() {