blob: 08e7b3a52e1f7ed88b23ddb8da1eaf65abafb608 (
plain)
1
2
3
4
5
6
7
8
9
10
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-setuptools'//" PKGBUILD
sed -i "/makedepends=/s/'python2-setuptools'//" PKGBUILD
ADDITIONAL_INSTALL_PACKAGE=python2-packaging
# testing virtually impossible because of tons of dependencies!
sed -i 's/checkdepends=/#checkdepends=/' PKGBUILD
SKIP_CHECK=1
|