python3-macaroons: switch from python3-nacl to python3-pynacl

This commit is contained in:
Piotr Wójcik 2020-07-28 22:04:35 +02:00 committed by Piotr
parent 3ceda9e131
commit b9f91258b9

View file

@ -1,13 +1,12 @@
# Template file for 'python3-macaroons'
pkgname=python3-macaroons
version=0.13.0
revision=2
revision=3
archs=noarch
wrksrc="pymacaroons-${version}"
build_style=python3-module
pycompile_module="pymacaroons"
hostmakedepends="python3-setuptools"
depends="python3-six>=1.8.0 python3-nacl>=1.1.2 python3-nacl<2.0"
depends="python3-six python3-pynacl"
short_desc="Python3 Macaroon library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"