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

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