python3-axolotl-curve25519: add missing python3 dependency
This commit is contained in:
parent
ba860aca5e
commit
46f99d8530
|
@ -2,11 +2,12 @@
|
|||
pkgname=python3-axolotl-curve25519
|
||||
_pkgname=${pkgname/3/}
|
||||
version=0.4.1.post2
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="$_pkgname-$version"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Python3 curve25519 with ed25519 signatures, used by libaxolotl"
|
||||
maintainer="Lon Willett <xgit@lonw.net>"
|
||||
license="GPL-3.0-only, BSD-3-Clause"
|
||||
|
|
Loading…
Reference in New Issue