git: 7456fc87a336 - main - devel/ipython: correct dependency version
Ruslan Makhmatkhanov
rm at FreeBSD.org
Wed May 12 09:43:21 UTC 2021
The branch main has been updated by rm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7456fc87a336e446fc87480ecdf408644d363219
commit 7456fc87a336e446fc87480ecdf408644d363219
Author: Ruslan Makhmatkhanov <rm at FreeBSD.org>
AuthorDate: 2021-05-12 09:43:12 +0000
Commit: Ruslan Makhmatkhanov <rm at 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
More information about the dev-commits-ports-all
mailing list