From 9ba52321fd1a48f39222bbf746ffa771ab541709 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 28 Feb 2017 11:22:46 +0100 Subject: [PATCH] python-sh: fix pycompile_module variable --- srcpkgs/python-sh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-sh/template b/srcpkgs/python-sh/template index 0dd511b3185..6e23b8ab8b6 100644 --- a/srcpkgs/python-sh/template +++ b/srcpkgs/python-sh/template @@ -1,7 +1,7 @@ # Template file for 'python-sh' pkgname=python-sh version=1.12.9 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" noarch=yes build_style=python-module @@ -22,7 +22,7 @@ post_install() { python3-sh_package() { depends="python3" noarch=yes - pycompile="sh.py" + pycompile_module="sh.py" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*