diff --git a/dev-python/configshell-fb/configshell-fb-1.1.29-r1.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.29-r2.ebuild similarity index 87% rename from dev-python/configshell-fb/configshell-fb-1.1.29-r1.ebuild rename to dev-python/configshell-fb/configshell-fb-1.1.29-r2.ebuild index 633970b1409ba..c1efcb33a2565 100644 --- a/dev-python/configshell-fb/configshell-fb-1.1.29-r1.ebuild +++ b/dev-python/configshell-fb/configshell-fb-1.1.29-r2.ebuild @@ -39,6 +39,14 @@ PATCHES=( "${DISTDIR}/${P}-replace-getargspec-2.patch" ) +src_prepare() { + distutils-r1_src_prepare + + # We can relax pyparsing version restriction, + # see https://github.com/open-iscsi/configshell-fb/pull/69 + sed -i '/pyparsing/s:,<3.0::' setup.py || die +} + python_test() { "${EPYTHON}" examples/myshell || die "Test failed with ${EPYTHON}" }