From 289788ca696ed275ded2be6b3ee164190a9fd711 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 12 May 2023 19:24:55 +0200 Subject: community/python-wheel: bootstrapping --- community/python-wheel/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/python-wheel/PKGBUILD (limited to 'community') diff --git a/community/python-wheel/PKGBUILD b/community/python-wheel/PKGBUILD new file mode 100644 index 00000000..bf6e3996 --- /dev/null +++ b/community/python-wheel/PKGBUILD @@ -0,0 +1,9 @@ +# temporary to build python-build with python-bootstrap (breaking cycles) +depends=(${depends[@]//python-packaging/}) +makedepends=(${makedepends[@]//python-flit-core/}) +makedepends=(${makedepends[@]//python-setuptools/}) +makedepends=(${makedepends[@]//python-build/}) +makedepends=(${makedepends[@]//python-installer/}) +makedepends+=('python-bootstrap') +unset checkdepends +unset check -- cgit v1.2.3-54-g00ecf