diff options
Diffstat (limited to 'i486-stage4/python-packaging/DESCR')
-rw-r--r-- | i486-stage4/python-packaging/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/i486-stage4/python-packaging/DESCR b/i486-stage4/python-packaging/DESCR new file mode 100644 index 0000000..08e7b3a --- /dev/null +++ b/i486-stage4/python-packaging/DESCR @@ -0,0 +1,11 @@ +# we bootstrap via python-pip-bootstrap, so we can not depend on the +# cycle introduced by low-level python modules +sed -i "/makedepends=/s/'python-setuptools'//" PKGBUILD +sed -i "/makedepends=/s/'python2-setuptools'//" PKGBUILD + +ADDITIONAL_INSTALL_PACKAGE=python2-packaging + +# testing virtually impossible because of tons of dependencies! +sed -i 's/checkdepends=/#checkdepends=/' PKGBUILD + +SKIP_CHECK=1 |