blob: 788775742a27254a1ccf94d77ffb8c83c8e67a6f (
plain)
1
2
3
4
5
6
|
makedepends=(${makedepends[@]//python-setuptools/})
makedepends=(${makedepends[@]//python2-setuptools/})
makedepends=('python-setuptools-bootstrap' 'python2-setuptools-bootstrap' 'python2' 'python')
unset checkdepends
unset check
|