Loosen py-prompt_toolkit dependency.

This commit is contained in:
ajacoutot 2019-11-24 19:40:48 +00:00
parent 578676d9e1
commit b37c140635

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.51 2019/11/12 10:00:28 kmos Exp $
# $OpenBSD: Makefile,v 1.52 2019/11/24 19:40:48 ajacoutot Exp $
COMMENT= enhanced interactive Python shell
MODPY_EGG_VERSION = 5.8.0
REVISION = 1
REVISION = 2
DISTNAME= ipython-${MODPY_EGG_VERSION}
CATEGORIES= devel
@ -19,7 +19,7 @@ RUN_DEPENDS = devel/py-decorator${MODPY_FLAVOR} \
devel/py-traitlets${MODPY_FLAVOR}>=4.2 \
devel/desktop-file-utils \
devel/py-pexpect${MODPY_FLAVOR} \
devel/py-prompt_toolkit${MODPY_FLAVOR}>=1.0.4v0,<2.0.0v0 \
devel/py-prompt_toolkit${MODPY_FLAVOR} \
textproc/py-pygments${MODPY_FLAVOR}
# Note that if you have pdb++ installed, tests will fail.