python3-gpg: add missing python3 dependency
This commit is contained in:
parent
72826dda03
commit
e52fdbfbe3
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-gpg'
|
||||
pkgname=python3-gpg
|
||||
version=1.10.0
|
||||
revision=7
|
||||
revision=8
|
||||
wrksrc="gpg-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="swig gpgme-devel python3-devel"
|
||||
makedepends="libgpg-error-devel libassuan-devel ${hostmakedepends}"
|
||||
depends="python3"
|
||||
short_desc="Python3 bindings for GPGME GnuPG cryptography library"
|
||||
license="LGPL-2.1-or-later, GPL-2.0-or-later"
|
||||
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue