diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-30 21:32:26 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-30 21:32:26 +0200 |
commit | db55b0cb8ec387d6eca65eaebbd428fdc12510ba (patch) | |
tree | bfb04428c861d3bd8adf06296bb48fd7c2ccd248 /i486-stage4/python-setuptools/DESCR | |
parent | f0626a194c605f3b4f26c0897c6a41af128628ea (diff) | |
download | bootstrap32-db55b0cb8ec387d6eca65eaebbd428fdc12510ba.tar.xz |
building up to gcc in stage4
Diffstat (limited to 'i486-stage4/python-setuptools/DESCR')
-rw-r--r-- | i486-stage4/python-setuptools/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/i486-stage4/python-setuptools/DESCR b/i486-stage4/python-setuptools/DESCR new file mode 100644 index 0000000..9ae5577 --- /dev/null +++ b/i486-stage4/python-setuptools/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-pip'//" PKGBUILD +sed -i "/makedepends=/s/'python2-pip'//" PKGBUILD + +ADDITIONAL_INSTALL_PACKAGE=python2-setuptools + +# testing not possible +SKIP_CHECK=1 + +FORCE=1 |