From 46f99d853081d46ef4a2ffac223a3e9f48803ad3 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:01 +0100 Subject: [PATCH] python3-axolotl-curve25519: add missing python3 dependency --- srcpkgs/python3-axolotl-curve25519/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"