From 382b8010adafa6b46bf8e9d49e69fa3dd9f65e32 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 9 Jan 2023 09:12:17 +0000 Subject: [PATCH] ephemetoot needs an RDEP on py-setuptools for the pkg_resources locator, upstream hasn't moved to the newer preferred importlib.metadata yet (https://docs.python.org/3/library/importlib.metadata.html#version) found by florian@ --- www/ephemetoot/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/ephemetoot/Makefile b/www/ephemetoot/Makefile index 7af61a53e66..d2bb1777c41 100644 --- a/www/ephemetoot/Makefile +++ b/www/ephemetoot/Makefile @@ -2,7 +2,7 @@ COMMENT = tool for deleting old Mastodon toots MODPY_EGG_VERSION = 3.1.3 DISTNAME = ephemetoot-${MODPY_EGG_VERSION} -REVISION = 3 +REVISION = 4 CATEGORIES = www @@ -16,7 +16,8 @@ MODULES = lang/python MODPY_PI = Yes MODPY_PYBUILD = poetry-core -RUN_DEPENDS = textproc/py-yaml${MODPY_FLAVOR}>=5.0 \ +RUN_DEPENDS = devel/py-setuptools${MODPY_FLAVOR} \ + textproc/py-yaml${MODPY_FLAVOR}>=5.0 \ www/py-mastodon.py${MODPY_FLAVOR} \ www/py-requests${MODPY_FLAVOR}