mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
synapse: switch from python3-nacl to python3-pynacl
This commit is contained in:
parent
fdf6415248
commit
b34245602e
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'synapse'
|
# Template file for 'synapse'
|
||||||
pkgname=synapse
|
pkgname=synapse
|
||||||
version=1.17.0
|
version=1.17.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-jsonschema python3-frozendict python3-canonicaljson
|
depends="python3-jsonschema python3-frozendict python3-canonicaljson
|
||||||
python3-signedjson python3-nacl python3-service_identity python3-Twisted
|
python3-signedjson python3-pynacl python3-service_identity python3-Twisted
|
||||||
python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules
|
python3-openssl python3-yaml python3-pyasn1 python3-pyasn1-modules
|
||||||
python3-daemonize python3-bcrypt python3-Pillow python3-psutil
|
python3-daemonize python3-bcrypt python3-Pillow python3-psutil
|
||||||
python3-msgpack python3-phonenumbers python3-prometheus_client<0.8.0
|
python3-msgpack python3-phonenumbers python3-prometheus_client<0.8.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue