summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-01 22:48:38 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-01 22:48:38 +0100
commite962eceedadf5ffc119ff251a1f905c1d2e314b3 (patch)
tree7c73f55a8d7231bb24bd98df664ceca3da8a9024 /community
parent45d5d4bf9cc248f6e7fa562a609cb8c3b052a97d (diff)
downloadpackages-e962eceedadf5ffc119ff251a1f905c1d2e314b3.tar.xz
community/python-wheel: removed python-setuptools/distutils patching
Diffstat (limited to 'community')
-rw-r--r--community/python-wheel/PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/community/python-wheel/PKGBUILD b/community/python-wheel/PKGBUILD
index 79c6c3a3..fcc37cc1 100644
--- a/community/python-wheel/PKGBUILD
+++ b/community/python-wheel/PKGBUILD
@@ -1,6 +1,2 @@
unset checkdepends
unset check
-
-makedepends=(${makedepends[@]//python-setuptools/})
-makedepends=(${makedepends[@]//python2-setuptools/})
-makedepends+=(python python2)