index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | i486-stage3/python-setuptools/DESCR | 8 |
diff --git a/i486-stage3/python-setuptools/DESCR b/i486-stage3/python-setuptools/DESCR new file mode 100644 index 0000000..010082e --- /dev/null +++ b/i486-stage3/python-setuptools/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 + +ADDITIONAL_INSTALL_PACKAGE=python2-setuptools + +FORCE=1 |