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@
This commit is contained in:
parent
8525c6fd39
commit
382b8010ad
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user