mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-eliot: fix dependency.
python3-rsistent will be made into a subpackage of python3-pyrsistent.
This commit is contained in:
parent
63731737f0
commit
1e591f472a
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-eliot'
|
# Template file for 'python3-eliot'
|
||||||
pkgname=python3-eliot
|
pkgname=python3-eliot
|
||||||
version=1.12.0
|
version=1.12.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="eliot-${version}"
|
wrksrc="eliot-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
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"
|
python3-boltons"
|
||||||
short_desc="Logging library that tells you why it happened"
|
short_desc="Logging library that tells you why it happened"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue