pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-nihtest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Feb 23 09:06:25 UTC 2024

Modified Files:
        pkgsrc/devel/py-nihtest: Makefile

Log Message:
py-nihtest: add missing dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-nihtest/Makefile

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

Modified files:

Index: pkgsrc/devel/py-nihtest/Makefile
diff -u pkgsrc/devel/py-nihtest/Makefile:1.13 pkgsrc/devel/py-nihtest/Makefile:1.14
--- pkgsrc/devel/py-nihtest/Makefile:1.13       Wed Jan 17 10:33:45 2024
+++ pkgsrc/devel/py-nihtest/Makefile    Fri Feb 23 09:06:25 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2024/01/17 10:33:45 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/02/23 09:06:25 wiz Exp $
 
 DISTNAME=      nihtest-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nihtest/}
 
@@ -12,6 +13,7 @@ LICENSE=      modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 
 USE_TOOLS+=    cmake:test
 



Home | Main Index | Thread Index | Old Index