summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-jinja
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-08-15 02:47:52 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-08-15 02:47:52 +0000
commit5954d462bdf9825f9ff911237aaba2d9eb131c8c (patch)
treed9621cd42298e2d8da0fc4fb4d812a982b590e2c /dev-python/sphinx-jinja
parent00dcd14aaae657d77a63015daee8e2aa8e6b1d30 (diff)
downloadbaldeagleos-repo-5954d462bdf9825f9ff911237aaba2d9eb131c8c.tar.gz
baldeagleos-repo-5954d462bdf9825f9ff911237aaba2d9eb131c8c.tar.xz
baldeagleos-repo-5954d462bdf9825f9ff911237aaba2d9eb131c8c.zip
Updating liguros repo
Diffstat (limited to 'dev-python/sphinx-jinja')
-rw-r--r--dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild b/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild
index 2259f21f791f..2deda3926489 100644
--- a/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild
+++ b/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild
@@ -26,9 +26,8 @@ DEPEND="${RDEPEND}
dev-python/sphinx-testing[${PYTHON_USEDEP}] )"
python_prepare() {
- if python_is_python3; then
- sed -i -e "s/import urllib/import urllib.request as urllib/" sphinxcontrib/jinja.py || die
- fi
+ sed -e "s/import urllib/import urllib.request as urllib/" \
+ -i sphinxcontrib/jinja.py || die
}
python_test() {