diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-06-20 22:07:26 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-06-20 22:07:26 +0200 |
commit | dc37c6118a180822da0c28b5f55d7b7e5e85aa13 (patch) | |
tree | 2331869d5792db7482eb74c8bc917b459c4a7318 /dev-python/flask-nav | |
parent | dev-python/visitor: support PyPy{,3} (diff) | |
download | gentoo-dc37c6118a180822da0c28b5f55d7b7e5e85aa13.tar.gz gentoo-dc37c6118a180822da0c28b5f55d7b7e5e85aa13.tar.bz2 gentoo-dc37c6118a180822da0c28b5f55d7b7e5e85aa13.zip |
dev-python/flask-nav: add PyPy{,3}, missing dependency
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/flask-nav')
-rw-r--r-- | dev-python/flask-nav/flask-nav-0.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/flask-nav/flask-nav-0.6.ebuild b/dev-python/flask-nav/flask-nav-0.6.ebuild index c9e9879ffa8d..e954296d7bf4 100644 --- a/dev-python/flask-nav/flask-nav-0.6.ebuild +++ b/dev-python/flask-nav/flask-nav-0.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) inherit distutils-r1 @@ -20,6 +20,7 @@ IUSE="doc test" RDEPEND=" dev-python/dominate[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] + dev-python/markupsafe[${PYTHON_USEDEP}] dev-python/visitor[${PYTHON_USEDEP}] " DEPEND=" |