python-pkgconfig: depend on pkgconf
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user