blob: bd57ba9de30e0569242dc471c4e5203af47bfe1c (
plain)
1
2
3
4
5
6
|
# i486-specific
if [ "${CARCH}" = "i486" ]; then
makedepends+=('python-pip-bootstrap' 'python2-pip-bootstrap')
# currently tests are failing, they are disabled not due to dependencies
unset check
fi
|