python3-pycryptodomex: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:09 +01:00
parent 76bb0a1c89
commit 6308c4b911

View file

@ -1,11 +1,12 @@
# Template file for 'python3-pycryptodomex' # Template file for 'python3-pycryptodomex'
pkgname=python3-pycryptodomex pkgname=python3-pycryptodomex
version=3.12.0 version=3.12.0
revision=1 revision=2
wrksrc="pycryptodomex-${version}" wrksrc="pycryptodomex-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3"
short_desc="Pycryptodome equivalent that installs under the 'Cryptodome' name" short_desc="Pycryptodome equivalent that installs under the 'Cryptodome' name"
maintainer="Antonio Gurgel <antonio@goorzhel.com>" maintainer="Antonio Gurgel <antonio@goorzhel.com>"
license="Public Domain, BSD-2-Clause" license="Public Domain, BSD-2-Clause"