python3-scrypt: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:10 +01:00
parent 37afdf6da7
commit 9090356b9b
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'python3-scrypt' # Template file for 'python3-scrypt'
pkgname=python3-scrypt pkgname=python3-scrypt
version=0.8.17 version=0.8.17
revision=4 revision=5
wrksrc="scrypt-${version}" wrksrc="scrypt-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel openssl-devel" makedepends="python3-devel openssl-devel"
depends="python3"
short_desc="Python 3 bindings for the scrypt key derivation function" short_desc="Python 3 bindings for the scrypt key derivation function"
maintainer="projectmoon <projectmoon@agnos.is>" maintainer="projectmoon <projectmoon@agnos.is>"
license="BSD-2-Clause" license="BSD-2-Clause"