pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deepstate



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Aug 24 21:38:14 UTC 2021

Modified Files:
        pkgsrc/devel/deepstate: Makefile

Log Message:
deepstate: register a missing dependency

This fixes part of pkg/56374.

Bumps PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/deepstate/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/deepstate/Makefile
diff -u pkgsrc/devel/deepstate/Makefile:1.6 pkgsrc/devel/deepstate/Makefile:1.7
--- pkgsrc/devel/deepstate/Makefile:1.6 Tue Aug 24 08:31:27 2021
+++ pkgsrc/devel/deepstate/Makefile     Tue Aug 24 21:38:14 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/08/24 08:31:27 nia Exp $
+# $NetBSD: Makefile,v 1.7 2021/08/24 21:38:14 khorben Exp $
 
-PKGREVISION=   1
+PKGREVISION=   2
 
 USE_LANGUAGES= c99 c++
 USE_CMAKE=     yes
@@ -26,6 +26,7 @@ DEPENDS+=     ${PYPKGPREFIX}-mulpyplexer-[0-
 DEPENDS+=      ${PYPKGPREFIX}-progressbar2-[0-9]*:../../devel/py-progressbar2
 DEPENDS+=      ${PYPKGPREFIX}-rpyc-[0-9]*:../../net/py-rpyc
 DEPENDS+=      ${PYPKGPREFIX}-smt-[0-9]*:../../math/py-smt
+DEPENDS+=      ${PYPKGPREFIX}-toolz>=0.9.1:../../devel/py-toolz
 DEPENDS+=      ${PYPKGPREFIX}-z3solver-[0-9]*:../../math/py-z3solver
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index