diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-15 02:47:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-15 02:47:52 +0000 |
| commit | 5954d462bdf9825f9ff911237aaba2d9eb131c8c (patch) | |
| tree | d9621cd42298e2d8da0fc4fb4d812a982b590e2c /dev-python/sphinx-jinja | |
| parent | 00dcd14aaae657d77a63015daee8e2aa8e6b1d30 (diff) | |
| download | baldeagleos-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.ebuild | 5 |
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() { |
