From 3e2ed0af0da4dff7ce747cd1e8a9cf7284b843d6 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Sun, 14 Jan 2024 10:07:13 +0200 Subject: build-support/python-bootstrap: Add dependency for build to packaging --- build-support/python-bootstrap/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-support') 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 -- cgit v1.2.3-54-g00ecf