From 9090356b9b22e6d9010e263256a56104c134ea2e Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:10 +0100 Subject: [PATCH] python3-scrypt: add missing python3 dependency --- srcpkgs/python3-scrypt/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template index cb2b7952915..37cdf1d9653 100644 --- a/srcpkgs/python3-scrypt/template +++ b/srcpkgs/python3-scrypt/template @@ -1,11 +1,12 @@ # Template file for 'python3-scrypt' pkgname=python3-scrypt version=0.8.17 -revision=4 +revision=5 wrksrc="scrypt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel openssl-devel" +depends="python3" short_desc="Python 3 bindings for the scrypt key derivation function" maintainer="projectmoon " license="BSD-2-Clause"