diff options
Diffstat (limited to 'devel/py-pytest-cache/Makefile')
-rw-r--r-- | devel/py-pytest-cache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-pytest-cache/Makefile b/devel/py-pytest-cache/Makefile index 5b990280b136..ccf61a2859fc 100644 --- a/devel/py-pytest-cache/Makefile +++ b/devel/py-pytest-cache/Makefile @@ -13,9 +13,9 @@ COMMENT= Pytest plugin with mechanisms for caching across test runs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.2:${PORTSDIR}/devel/py-pytest \ - ${PYTHON_PKGNAMEPREFIX}execnet>=1.2:${PORTSDIR}/sysutils/py-execnet -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.2:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}execnet>=1.2:sysutils/py-execnet +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest OPTIONS_DEFINE= TESTS |