diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.10.1.ebuild b/dev-python/sphinx-prompt/sphinx-prompt-1.10.1-r1.ebuild similarity index 88% rename from dev-python/sphinx-prompt/sphinx-prompt-1.10.1.ebuild rename to dev-python/sphinx-prompt/sphinx-prompt-1.10.1-r1.ebuild index c7037f8c69710..1115baf35e8e6 100644 --- a/dev-python/sphinx-prompt/sphinx-prompt-1.10.1.ebuild +++ b/dev-python/sphinx-prompt/sphinx-prompt-1.10.1-r1.ebuild @@ -32,11 +32,11 @@ distutils_enable_tests pytest python_prepare_all() { # version number relies on git repo, sigh - # also all dependencies are pinned to exact versions, sigh + # also unpin dependencies # also hack to install as "sphinx-prompt" sed -i \ -e "/^version =/s:[0-9.]\+:${PV}:" \ - -e '/^\[tool\.poetry\.dependencies\]$/,$s:"[0-9.]\+:"*:' \ + -e '/^dependencies/s:==:>=:g' \ -e '/include.*sphinx-prompt/d' \ pyproject.toml || die