Skip to content

Commit

Permalink
dev-python/sphinx: Remove unnecessary upper version bounds
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/789681
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed May 12, 2021
1 parent 59f01ad commit 2a68018
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 2a68018

Please sign in to comment.