blob: 010082edc15fd6119af9d4f67fd7ff8e6e71a3ac (
plain)
1
2
3
4
5
6
7
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
|