diff options
Diffstat (limited to 'i486-stage3/python-six/DESCR')
-rw-r--r-- | i486-stage3/python-six/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i486-stage3/python-six/DESCR b/i486-stage3/python-six/DESCR new file mode 100644 index 0000000..b2d117b --- /dev/null +++ b/i486-stage3/python-six/DESCR @@ -0,0 +1,8 @@ +# 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-pip'//" PKGBUILD +sed -i "/makedepends=/s/'python2-pip'//" PKGBUILD +sed -i "/makedepends=/s/'python-setuptools'//" PKGBUILD +sed -i "/makedepends=/s/'python2-setuptools'//" PKGBUILD + +ADDITIONAL_INSTALL_PACKAGE=python2-six |