python3-axolotl-curve25519: add missing python3 dependency
This commit is contained in:
parent
ba860aca5e
commit
46f99d8530
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
||||||
pkgname=python3-axolotl-curve25519
|
pkgname=python3-axolotl-curve25519
|
||||||
_pkgname=${pkgname/3/}
|
_pkgname=${pkgname/3/}
|
||||||
version=0.4.1.post2
|
version=0.4.1.post2
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="$_pkgname-$version"
|
wrksrc="$_pkgname-$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="Python3 curve25519 with ed25519 signatures, used by libaxolotl"
|
short_desc="Python3 curve25519 with ed25519 signatures, used by libaxolotl"
|
||||||
maintainer="Lon Willett <xgit@lonw.net>"
|
maintainer="Lon Willett <xgit@lonw.net>"
|
||||||
license="GPL-3.0-only, BSD-3-Clause"
|
license="GPL-3.0-only, BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue