blob: f90e0eac3d2a8125a6ef52a8de6332c3fa7ee921 (
plain)
1
2
3
4
5
6
|
# 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-setuptools'//" PKGBUILD
sed -i "/makedepends=/s/'python2-setuptools'//" PKGBUILD
ADDITIONAL_INSTALL_PACKAGE=python2-appdirs
|