python3-axolotl-curve25519: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:01 +01:00
parent ba860aca5e
commit 46f99d8530
1 changed files with 2 additions and 1 deletions

View File

@ -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"