commit: 59769e03dfe3d886e7ca02af1e37629b60d130ee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 19:14:02 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 21:27:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59769e03
dev-python/sphinx-panels: Unpin sphinx dependency
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
index b9a75044b5ab..ad0f2761cb85 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
@@ -39,3 +39,9 @@ PATCHES=(
distutils_enable_tests pytest
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+
+src_prepare() {
+ # unpin deps
+ sed -i -e 's:,<[0-9.]*::' setup.py || die
+ distutils-r1_src_prepare
+}