python3-pycryptodome: add missing python3 dependency
This commit is contained in:
parent
5ba81b1327
commit
3326f42ccf
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-pycryptodome'
|
||||
pkgname=python3-pycryptodome
|
||||
version=3.9.7
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="pycryptodome-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Python3 package of low-level cryptographic primitives"
|
||||
maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
|
||||
license="Public Domain, BSD-2-Clause"
|
||||
|
|
Loading…
Reference in a new issue