dev-python/pydot: add upper bound on pyparsing

Bug: https://github.com/pydot/pydot/issues/277
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-12-03 05:30:10 +00:00
parent 96158bff11
commit d2337b9571

View File

@@ -17,8 +17,9 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc
IUSE="test"
RESTRICT="!test? ( test )"
# See https://github.com/pydot/pydot/issues/277 for pyparsing dep
RDEPEND="
>=dev-python/pyparsing-2.1.4[${PYTHON_USEDEP}]
<dev-python/pyparsing-3[${PYTHON_USEDEP}]
media-gfx/graphviz"
BDEPEND="
test? (