py-test-mock: move py-mock from TDEP to RDEP

This commit is contained in:
sthen 2022-12-10 09:25:52 +00:00
parent 00f7a5fd4b
commit 5606927c8d
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
COMMENT= thin wrapper around mock package for easier use with pytest
MODPY_EGG_VERSION= 3.10.0
REVISION= 0
DISTNAME= pytest-mock-${MODPY_EGG_VERSION}
PKGNAME= ${DISTNAME:S/py/py-/}
CATEGORIES= devel
@ -12,9 +13,9 @@ PERMIT_PACKAGE= Yes
MODULES= lang/python
RUN_DEPENDS= devel/py-test${MODPY_FLAVOR}
RUN_DEPENDS= devel/py-test${MODPY_FLAVOR} \
devel/py-mock${MODPY_FLAVOR}
TEST_DEPENDS= ${BASE_PKGPATH} \
devel/py-mock${MODPY_FLAVOR} \
devel/py-test-asyncio${MODPY_FLAVOR}
MODPY_PI= Yes