python3-pyDes: add missing python3 dependency
This commit is contained in:
parent
d06b75fb78
commit
f6f3690284
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-pyDes'
|
# Template file for 'python3-pyDes'
|
||||||
pkgname=python3-pyDes
|
pkgname=python3-pyDes
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="pyDes-${version}"
|
wrksrc="pyDes-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Pure Python implementation of DES/3DES"
|
short_desc="Pure Python implementation of DES/3DES"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
|
|
Loading…
Reference in a new issue