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