projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de41b72
)
dev-python/flask-nav: add PyPy{,3}, missing dependency
author
Louis Sautier
<sbraz@gentoo.org>
Wed, 20 Jun 2018 20:07:26 +0000
(22:07 +0200)
committer
Louis Sautier
<sbraz@gentoo.org>
Wed, 20 Jun 2018 20:07:26 +0000
(22:07 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/flask-nav/flask-nav-0.6.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/flask-nav/flask-nav-0.6.ebuild
b/dev-python/flask-nav/flask-nav-0.6.ebuild
index c9e9879ffa8da5884f81656a0714cf77726240f0..e954296d7bf4b6f4488a1187fc1f3b552960ebb6 100644
(file)
--- 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=( py
py{,3} py
thon{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="