index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 19:31:02 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-05-12 19:31:02 +0200 |
commit | f4931d8200f7e12572f5ac74f3d1c89e9f721ca1 (patch) | |
tree | 49fc97eafa8c78d6bc48a83bcdf141b177f669d7 /extra | |
parent | 289788ca696ed275ded2be6b3ee164190a9fd711 (diff) |
-rw-r--r-- | extra/python-tomli/PKGBUILD | 7 |
diff --git a/extra/python-tomli/PKGBUILD b/extra/python-tomli/PKGBUILD new file mode 100644 index 00000000..e8287d26 --- /dev/null +++ b/extra/python-tomli/PKGBUILD @@ -0,0 +1,7 @@ +# temporary to build python-build with python-bootstrap (breaking cycles) +makedepends=(${makedepends[@]//python-flit-core/}) +makedepends=(${makedepends[@]//python-build/}) +makedepends=(${makedepends[@]//python-installer/}) +makedepends+=('python-bootstrap') +unset checkdepends +unset check |