pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scikit-image



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 20 10:31:46 UTC 2020

Modified Files:
        pkgsrc/math/py-scikit-image: Makefile

Log Message:
py-scikit-image: Fix impossible-to-satisfy dependency


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-scikit-image/Makefile

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

Modified files:

Index: pkgsrc/math/py-scikit-image/Makefile
diff -u pkgsrc/math/py-scikit-image/Makefile:1.6 pkgsrc/math/py-scikit-image/Makefile:1.7
--- pkgsrc/math/py-scikit-image/Makefile:1.6    Sat Dec 19 15:42:07 2020
+++ pkgsrc/math/py-scikit-image/Makefile        Sun Dec 20 10:31:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/12/19 15:42:07 mef Exp $
+# $NetBSD: Makefile,v 1.7 2020/12/20 10:31:46 nia Exp $
 
 DISTNAME=      scikit-image-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-scipy>=1.0.1:..
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=4.3.0:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-imageio>=2.3.0:../../graphics/py-imageio
-DEPENDS+=      ${PYPKGPREFIX}-pywavelets>=1.1.1:../../math/py-pywavelets
+DEPENDS+=      ${PYPKGPREFIX}-pywavelets>=0.4.0:../../math/py-pywavelets
 DEPENDS+=      ${PYPKGPREFIX}-networkx>=2.0:../../math/py-networkx
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 



Home | Main Index | Thread Index | Old Index