missing RDEP on py-six

This commit is contained in:
sthen 2022-11-28 22:05:31 +00:00
parent 514db5ce11
commit a5f464dfda

View File

@ -3,22 +3,21 @@ COMMENT = Python charting module
MODPY_EGG_VERSION = 0.8.1
DISTNAME = pycha-${MODPY_EGG_VERSION}
CATEGORIES = graphics
REVISION = 2
REVISION = 3
# LGPL
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODULES = lang/python
MODPY_PYTEST_ARGS = tests/*.py
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
MODPY_PYTEST_ARGS = tests/*.py
FLAVORS = python3
FLAVOR = python3
RUN_DEPENDS = devel/py-cairocffi${MODPY_FLAVOR} \
devel/py-six${MODPY_FLAVOR} \
graphics/py-cairo${MODPY_FLAVOR}
pre-build: