index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-01-14 10:07:13 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-01-14 10:07:13 +0200 |
commit | 3e2ed0af0da4dff7ce747cd1e8a9cf7284b843d6 (patch) | |
tree | 47330afe650b0f05475c9df2429e402d43ad4545 | |
parent | bd441d19892b2d38c670d350a6671a8d09854db3 (diff) |
-rw-r--r-- | build-support/python-bootstrap/PKGBUILD | 2 |
diff --git a/build-support/python-bootstrap/PKGBUILD b/build-support/python-bootstrap/PKGBUILD index ea78d9e1..5bb26e4b 100644 --- a/build-support/python-bootstrap/PKGBUILD +++ b/build-support/python-bootstrap/PKGBUILD @@ -67,7 +67,7 @@ build() { } package_python-build() { - depends=(python-pep517 python) + depends=(python-pep517 python python-packaging) pkgdesc="A simple, correct PEP 517 build frontend" cd python-bootstrap python -m bootstrap.install dist/build-*-py3-none-any.whl -d $pkgdir |