diff --git a/srcpkgs/python-pip/template b/srcpkgs/python-pip/template index 51029172d07..4a371995bfd 100644 --- a/srcpkgs/python-pip/template +++ b/srcpkgs/python-pip/template @@ -1,7 +1,7 @@ # Template file for 'python-pip' pkgname=python-pip version=1.5.6 -revision=1 +revision=2 wrksrc="pip-${version}" build_style=python-module hostmakedepends="python python-setuptools python3.4 python3.4-setuptools" @@ -30,6 +30,8 @@ post_install() { python3.4-pip_package() { noarch="yes" + pycompile_version="3.4" + pycompile_module="pip" depends="python3.4 python3.4-setuptools" short_desc="${short_desc//Python2/Python3.4}" pkg_install() {