diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template index b332d62bfa4..97f4409f2f8 100644 --- a/srcpkgs/python3-axolotl-curve25519/template +++ b/srcpkgs/python3-axolotl-curve25519/template @@ -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 " license="GPL-3.0-only, BSD-3-Clause"