From 6308c4b911ff9834a913b5d0268e5653eadfb74d Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:09 +0100 Subject: [PATCH] python3-pycryptodomex: add missing python3 dependency --- srcpkgs/python3-pycryptodomex/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template index 30bd5a5d5e0..fe1357e3057 100644 --- a/srcpkgs/python3-pycryptodomex/template +++ b/srcpkgs/python3-pycryptodomex/template @@ -1,11 +1,12 @@ # Template file for 'python3-pycryptodomex' pkgname=python3-pycryptodomex version=3.12.0 -revision=1 +revision=2 wrksrc="pycryptodomex-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" +depends="python3" short_desc="Pycryptodome equivalent that installs under the 'Cryptodome' name" maintainer="Antonio Gurgel " license="Public Domain, BSD-2-Clause"