python3-eliot: fix dependency.

python3-rsistent will be made into a subpackage of python3-pyrsistent.
This commit is contained in:
Érico Nogueira 2021-07-28 01:19:10 -03:00 committed by Érico Nogueira Rolim
parent 63731737f0
commit 1e591f472a

View file

@ -1,11 +1,11 @@
# Template file for 'python3-eliot'
pkgname=python3-eliot
version=1.12.0
revision=2
revision=3
wrksrc="eliot-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-six python3-zope.interface python3-rsistent
depends="python3-setuptools python3-six python3-zope.interface python3-pyrsistent
python3-boltons"
short_desc="Logging library that tells you why it happened"
maintainer="Orphaned <orphan@voidlinux.org>"