diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-10 21:35:47 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-10 21:35:47 +0100 |
commit | c8daadccefa390907f500ca3a2621312e2a2dcb6 (patch) | |
tree | 5b14e1edd1893dd75922fc4b6dbf2b4e97d40c36 /i486-stage3/python-six | |
parent | 9d8946a6ecfc19d01d8da12f20572bbfc556977f (diff) | |
download | bootstrap32-c8daadccefa390907f500ca3a2621312e2a2dcb6.tar.xz |
building up to meson
Diffstat (limited to 'i486-stage3/python-six')
-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 |