From 1d4c7bf88bec357d5e9c4d21dabc46e51ec3617b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 11 May 2023 16:17:56 +0200 Subject: community/python-build: bootstrapping for python 3.11 --- community/python-build/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'community') diff --git a/community/python-build/PKGBUILD b/community/python-build/PKGBUILD index 7b473826..125d6731 100644 --- a/community/python-build/PKGBUILD +++ b/community/python-build/PKGBUILD @@ -15,3 +15,11 @@ eval "$( /.*\/share\/doc.*/d ' )" + +# temporary to build python-build with python-bootstrap (breaking cycles) +makedepends=(${makedepends[@]//python-installer/}) +makedepends=(${makedepends[@]//python-build/}) +makedepends=(${makedepends[@]//python-flit-core/}) +makedepends+=('python-bootstrap') +unset checkdepends +unset check -- cgit v1.2.3-54-g00ecf