python3-macaroons: switch from python3-nacl to python3-pynacl
This commit is contained in:
parent
3ceda9e131
commit
b9f91258b9
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue