diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/python-more-itertools/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/python-more-itertools/PKGBUILD b/community/python-more-itertools/PKGBUILD new file mode 100644 index 00000000..79c6c3a3 --- /dev/null +++ b/community/python-more-itertools/PKGBUILD @@ -0,0 +1,6 @@ +unset checkdepends +unset check + +makedepends=(${makedepends[@]//python-setuptools/}) +makedepends=(${makedepends[@]//python2-setuptools/}) +makedepends+=(python python2) |