From ab6063d080b71f69414b2044dd9163bf45ee5852 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 25 Jan 2025 10:47:05 +0100 Subject: [PATCH] python-pkgconfig: depend on pkgconf --- python-pkgconfig/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pkgconfig/PKGBUILD b/python-pkgconfig/PKGBUILD index fb31fdb8..95792bdc 100644 --- a/python-pkgconfig/PKGBUILD +++ b/python-pkgconfig/PKGBUILD @@ -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"