From 250da6cbb98c1e7de2560cd37ef2bbc7b318623c Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Sat, 31 Aug 2013 11:34:17 +0200 Subject: [PATCH] python-setuptools: added missing files/modules for pycompile. --- srcpkgs/python-setuptools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template index 9b9a11e17f..9f590b4141 100644 --- a/srcpkgs/python-setuptools/template +++ b/srcpkgs/python-setuptools/template @@ -1,7 +1,7 @@ # Template file for 'python-setuptools' pkgname=python-setuptools version=1.1 -revision=1 +revision=2 wrksrc="setuptools-${version}" build_style=python-module makedepends="python-devel" @@ -15,7 +15,7 @@ checksum=56dde93a410389fc6cb86e9c115249a3414f8982c96d99aeac43a7717dd05b5e python-setuptools_package() { noarch="yes" depends="python" - pycompile_module="setuptools" + pycompile_module="easy_install.py pkg_resources.py _markerlib setuptools" provides="python-distribute-${version}_1" replaces="python-distribute>=0" pkg_install() {