python-pkgconfig: depend on pkgconf

This commit is contained in:
Christoph Reiter
2025-01-25 10:47:05 +01:00
parent 13edc71993
commit ab6063d080

View File

@@ -1,6 +1,6 @@
pkgname=python-pkgconfig
pkgver=1.5.5
pkgrel=5
pkgrel=6
pkgdesc='Python module to interface with the pkg-config command line tool'
arch=(any)
url='https://github.com/matze/pkgconfig'
@@ -8,7 +8,10 @@ msys2_references=(
"pypi:pkgconfig"
)
license=('spdx:MIT')
depends=("python")
depends=(
"python"
"pkgconf"
)
makedepends=(
"python-poetry-core"
"python-build"