pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/py-dateutil



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Nov  5 22:31:43 UTC 2022

Modified Files:
        pkgsrc/time/py-dateutil: Makefile

Log Message:
Needs pip


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/time/py-dateutil/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-dateutil/Makefile
diff -u pkgsrc/time/py-dateutil/Makefile:1.34 pkgsrc/time/py-dateutil/Makefile:1.35
--- pkgsrc/time/py-dateutil/Makefile:1.34       Thu May 12 08:20:36 2022
+++ pkgsrc/time/py-dateutil/Makefile    Sat Nov  5 22:31:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/05/12 08:20:36 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2022/11/05 22:31:42 joerg Exp $
 
 DISTNAME=      python-dateutil-2.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -23,6 +23,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-freezegun-
 PYTHON_VERSIONED_DEPENDENCIES= test:test
 PYTHON_VERSIONED_DEPENDENCIES+=        hypothesis:test
 PYTHON_VERSIONED_DEPENDENCIES+=        setuptools_scm:build
+PYTHON_VERSIONED_DEPENDENCIES+= pip:build
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index