python3-PGPy: specify all python3 hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-01-28 09:02:53 -05:00
parent 0cb6daefa3
commit 7573c4042f

View file

@ -1,11 +1,11 @@
# Template file for 'python3-PGPy'
pkgname=python3-PGPy
version=0.5.3
revision=1
revision=2
wrksrc=PGPy-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-cryptography python3-pyasn1 python3-six"
short_desc="Pretty Good Privacy for Python"
maintainer="Anjandev Momi <anjan@momi.ca>"
license="BSD-3-Clause"