python-pyalpm: depend on libgpgme

The pyalpm dll is dynamically linked to msys-gpgme-11.dll, and now that wget will not depend on libgpgme it shouldn't be pulled into the base packages anymore.
This commit is contained in:
jeremyd2019
2024-05-21 22:38:50 -07:00
committed by GitHub
parent b18becd00a
commit 0baf329bb8

View File

@@ -4,7 +4,7 @@ _realname=pyalpm
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=0.10.9
pkgrel=1
pkgrel=2
pkgdesc="Libalpm bindings for Python"
arch=('i686' 'x86_64')
license=('GPL')
@@ -13,7 +13,7 @@ msys2_references=(
'archlinux: pyalpm'
"pypi:pyalpm"
)
depends=("python" "libarchive")
depends=("python" "libarchive" "libgpgme")
makedepends=('gettext-devel'
'heimdal-devel'
'libarchive-devel'