diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-01 21:51:32 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-01 21:51:32 +0100 |
commit | 493b30b143b0ef33aba798f25b1a02cab5b3dfaa (patch) | |
tree | fff68b1467600d479bae2e42cd04b4168ca68978 /community | |
parent | ccd5c2abf78516a7ecd2b02782f96643de504a98 (diff) | |
download | packages-493b30b143b0ef33aba798f25b1a02cab5b3dfaa.tar.xz |
community/python-more-itertools: removed python-setuptools/distutils patching
Diffstat (limited to 'community')
-rw-r--r-- | community/python-more-itertools/PKGBUILD | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/community/python-more-itertools/PKGBUILD b/community/python-more-itertools/PKGBUILD index 79c6c3a3..fcc37cc1 100644 --- a/community/python-more-itertools/PKGBUILD +++ b/community/python-more-itertools/PKGBUILD @@ -1,6 +1,2 @@ unset checkdepends unset check - -makedepends=(${makedepends[@]//python-setuptools/}) -makedepends=(${makedepends[@]//python2-setuptools/}) -makedepends+=(python python2) |