Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 09:43:20 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7456fc87a336 - main - devel/ipython: correct dependency version
Message-ID:  <202105120943.14C9hKh8045169@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7456fc87a336e446fc87480ecdf408644d363219

commit 7456fc87a336e446fc87480ecdf408644d363219
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2021-05-12 09:43:12 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2021-05-12 09:43:12 +0000

    devel/ipython: correct dependency version
---
 devel/ipython/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile
index 2313de0aaa5b..25d48bebe796 100644
--- a/devel/ipython/Makefile
+++ b/devel/ipython/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}backcall>=0:devel/py-backcall@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}matplotlib-inline>=4.2:math/py-matplotlib-inline@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}matplotlib-inline>0:math/py-matplotlib-inline@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist distutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105120943.14C9hKh8045169>