diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-12 16:15:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-12 20:21:57 +0200 |
commit | 2a68018af374e9be293382a904534c7acc228cfb (patch) | |
tree | 6c399755f8edef0320022278ddfe028c39b1b0f0 /dev-python/sphinx | |
parent | virtual/dist-kernel: Bump to 5.10.36 (diff) | |
download | gentoo-2a68018af374e9be293382a904534c7acc228cfb.tar.gz gentoo-2a68018af374e9be293382a904534c7acc228cfb.tar.bz2 gentoo-2a68018af374e9be293382a904534c7acc228cfb.zip |
dev-python/sphinx: Remove unnecessary upper version bounds
Bug: https://bugs.gentoo.org/789681
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r-- | dev-python/sphinx/sphinx-4.0.1-r1.ebuild (renamed from dev-python/sphinx/sphinx-4.0.1.ebuild) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/sphinx/sphinx-4.0.1.ebuild b/dev-python/sphinx/sphinx-4.0.1-r1.ebuild index 8dee8dd7b8f4..1c6f8a61729a 100644 --- a/dev-python/sphinx/sphinx-4.0.1.ebuild +++ b/dev-python/sphinx/sphinx-4.0.1-r1.ebuild @@ -69,6 +69,11 @@ python_prepare_all() { sed -i -e 's:^intersphinx_mapping:disabled_&:' \ doc/conf.py || die + # remove unnecessary upper bounds + sed -e '/Jinja2/s:,<3.0::' \ + -e '/MarkupSafe/s:<2.0::' \ + -i setup.py || die + distutils-r1_python_prepare_all } |