python3-gnupg: fix python3-pep517 build

This commit is contained in:
Andrew J. Hesford 2022-11-08 14:43:20 -05:00 committed by Andrew J. Hesford
parent a03a481a11
commit 40f5f3490e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=python3-gnupg
version=0.4.9
revision=2
build_style=python3-pep517
make_install_target=python_gnupg-${version}-py2.py3-none-any.whl
make_install_target="dist/python_gnupg-${version}-py2.py3-none-any.whl"
hostmakedepends="python3-setuptools python3-wheel"
depends="python3 gnupg"
checkdepends="${depends} python3-pytest"