summaryrefslogtreecommitdiff
path: root/time/py-dateutil
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-13 19:31:20 +0000
committerwiz <wiz@pkgsrc.org>2022-01-13 19:31:20 +0000
commit55574083e524aa10c5721e923ee8600cb3fff135 (patch)
tree5d5b15fe9f85fe9e4512fc67e7781e2347a85b2a /time/py-dateutil
parent8ec31081826943a59e4358b282e41231c0232280 (diff)
downloadpkgsrc-55574083e524aa10c5721e923ee8600cb3fff135.tar.gz
*: setuptools_scm: switch to versioned_dependencies
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 aa9a7a3e93d..13ec1eded01 100644
--- a/time/py-dateutil/Makefile
+++ b/time/py-dateutil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/01/04 20:55:11 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2022/01/13 19:31:24 wiz Exp $
DISTNAME= python-dateutil-2.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -12,11 +12,11 @@ COMMENT= Extensions to the standard datetime module
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
PYTHON_VERSIONED_DEPENDENCIES= test:test
PYTHON_VERSIONED_DEPENDENCIES+= hypothesis:test
+PYTHON_VERSIONED_DEPENDENCIES+= setuptools_scm:build
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}