From 7c0e023917382ef8f93131d06ab089a4166b50c5 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 27 Dec 2021 22:08:55 +0100 Subject: community/python-wheel: bootstrapping --- community/python-wheel/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/python-wheel/PKGBUILD diff --git a/community/python-wheel/PKGBUILD b/community/python-wheel/PKGBUILD new file mode 100644 index 00000000..79c6c3a3 --- /dev/null +++ b/community/python-wheel/PKGBUILD @@ -0,0 +1,6 @@ +unset checkdepends +unset check + +makedepends=(${makedepends[@]//python-setuptools/}) +makedepends=(${makedepends[@]//python2-setuptools/}) +makedepends+=(python python2) -- cgit v1.2.3-54-g00ecf