index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 17:50:16 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 17:50:16 +0200 |
commit | cb064f8a9c3f713891653766735c6947270d7e0c (patch) | |
tree | e6ed50ec410245d01ec7ec980e6ef125ce1ab45c /community/python-flit-core/PKGBUILD | |
parent | 1a9038b24071546a11a5db104e43ce15de766831 (diff) |
-rw-r--r-- | community/python-flit-core/PKGBUILD | 6 |
diff --git a/community/python-flit-core/PKGBUILD b/community/python-flit-core/PKGBUILD new file mode 100644 index 00000000..b8a84aa2 --- /dev/null +++ b/community/python-flit-core/PKGBUILD @@ -0,0 +1,6 @@ +# temporary to build python-build with python-bootstrap (breaking cycles) +makedepends=(${makedepends[@]//python-installer/}) +makedepends=(${makedepends[@]//python-build/}) +makedepends+=('python-bootstrap') +unset checkdepends +unset check |