summaryrefslogtreecommitdiff
path: root/time/py-dateutil
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-10-06 10:51:21 +0000
committerwiz <wiz@pkgsrc.org>2020-10-06 10:51:21 +0000
commit18284d3b6a6ec8cb3331c6e14571351ff6a4b403 (patch)
treee6aa1a234fc002a1fa469625cc16166e0d61932a /time/py-dateutil
parent20de66fd0039f6e22fb18ac4444a2a28a810b6ff (diff)
downloadpkgsrc-18284d3b6a6ec8cb3331c6e14571351ff6a4b403.tar.gz
*: use py-hypothesis via versioned_dependencies.mk
Diffstat (limited to 'time/py-dateutil')
-rw-r--r--time/py-dateutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile
index 874c7de8a0c..a924ba08d16 100644
--- a/time/py-dateutil/Makefile
+++ b/time/py-dateutil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/05/18 10:40:11 adam Exp $
+# $NetBSD: Makefile,v 1.29 2020/10/06 10:51:22 wiz Exp $
DISTNAME= python-dateutil-2.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -13,9 +13,9 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-six>=1.5:../../lang/py-six
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
-TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONED_DEPENDENCIES+= hypothesis:test
do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}