commit:     dc37c6118a180822da0c28b5f55d7b7e5e85aa13
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 20:07:26 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 20:07:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc37c611

dev-python/flask-nav: add PyPy{,3}, missing dependency

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/flask-nav/flask-nav-0.6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/flask-nav/flask-nav-0.6.ebuild 
b/dev-python/flask-nav/flask-nav-0.6.ebuild
index c9e9879ffa8..e954296d7bf 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="

Reply via email to