index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 20:48:58 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 20:48:58 +0200 |
commit | dd2669d16d40236448af3d3a506966b62f3df956 (patch) | |
tree | fcd801a257cbc30db109a4ce7ce53c755d9f824a /extra/python-ordered-set | |
parent | 96f36ea7e029149af24168e74d6c27a35fb22d4d (diff) |
-rw-r--r-- | extra/python-ordered-set/PKGBUILD | 7 |
diff --git a/extra/python-ordered-set/PKGBUILD b/extra/python-ordered-set/PKGBUILD new file mode 100644 index 00000000..5c46bfcf --- /dev/null +++ b/extra/python-ordered-set/PKGBUILD @@ -0,0 +1,7 @@ +# 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 |