pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-scikit-image py-scikit-image: Fix impossible-t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b54e2fc2d3b
branches:  trunk
changeset: 443731:0b54e2fc2d3b
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Dec 20 10:31:46 2020 +0000

description:
py-scikit-image: Fix impossible-to-satisfy dependency

diffstat:

 math/py-scikit-image/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d2eea6c912f2 -r 0b54e2fc2d3b math/py-scikit-image/Makefile
--- a/math/py-scikit-image/Makefile     Sun Dec 20 01:21:47 2020 +0000
+++ b/math/py-scikit-image/Makefile     Sun Dec 20 10:31:46 2020 +0000
@@ -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}-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