From 1e591f472a477b45b3aa3f709842bcad8fcc9d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Wed, 28 Jul 2021 01:19:10 -0300 Subject: [PATCH] python3-eliot: fix dependency. python3-rsistent will be made into a subpackage of python3-pyrsistent. --- srcpkgs/python3-eliot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template index 0cbb23eb418..04251bcc312 100644 --- a/srcpkgs/python3-eliot/template +++ b/srcpkgs/python3-eliot/template @@ -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 "