diff options
Diffstat (limited to 'devel/py-glob2/Makefile')
-rw-r--r-- | devel/py-glob2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-glob2/Makefile b/devel/py-glob2/Makefile index 67d2bc438fd5..01674839e3fd 100644 --- a/devel/py-glob2/Makefile +++ b/devel/py-glob2/Makefile @@ -13,7 +13,7 @@ COMMENT= Glob that captures patterns and supports recursive wildcards LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} NO_ARCH= yes USES= python:2.7+ |