diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-01 22:48:38 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-01 22:48:38 +0100 |
commit | e962eceedadf5ffc119ff251a1f905c1d2e314b3 (patch) | |
tree | 7c73f55a8d7231bb24bd98df664ceca3da8a9024 /community/python-wheel | |
parent | 45d5d4bf9cc248f6e7fa562a609cb8c3b052a97d (diff) | |
download | packages-e962eceedadf5ffc119ff251a1f905c1d2e314b3.tar.xz |
community/python-wheel: removed python-setuptools/distutils patching
Diffstat (limited to 'community/python-wheel')
-rw-r--r-- | community/python-wheel/PKGBUILD | 4 |
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) |