From 7573c4042fa8758af3f1829a0cd8ae3cf685da91 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 09:02:53 -0500 Subject: [PATCH] python3-PGPy: specify all python3 hostmakedepends --- srcpkgs/python3-PGPy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template index cb7069cb13e..6450ed62873 100644 --- a/srcpkgs/python3-PGPy/template +++ b/srcpkgs/python3-PGPy/template @@ -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 " license="BSD-3-Clause"