diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template index 172a731b9ad..f695c1ec744 100644 --- a/srcpkgs/python-setuptools/template +++ b/srcpkgs/python-setuptools/template @@ -1,7 +1,7 @@ # Template file for 'python-setuptools' pkgname=python-setuptools version=5.1 -revision=1 +revision=2 wrksrc="setuptools-${version}" build_style=python-module hostmakedepends="python-devel python3.4-devel" @@ -27,6 +27,8 @@ post_install() { python3.4-setuptools_package() { noarch="yes" depends="python3.4" + pycompile_version="3.4" + pycompile_module="easy_install.py pkg_resources.py _markerlib setuptools" short_desc="${short_desc//Python2/Python3.4}" provides="python3-distribute-${version}_1" replaces="python3-distribute>=0"