commit: ff97fe96a320ac874e1611c95d134ab12b743b21
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 5 03:59:51 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Oct 5 03:59:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff97fe96
dev-python/pecan: fixing deps
Package-Manager: portage-2.3.0
dev-python/pecan/pecan-1.1.2.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/pecan/pecan-1.1.2.ebuild
b/dev-python/pecan/pecan-1.1.2.ebuild
index 6984c34..121095c 100644
--- a/dev-python/pecan/pecan-1.1.2.ebuild
+++ b/dev-python/pecan/pecan-1.1.2.ebuild
@@ -18,6 +18,9 @@ IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="
+ >=dev-python/simplejson-2.1.1[${PYTHON_USEDEP}]
+ virtual/python-singledispatch[${PYTHON_USEDEP}]
+ dev-python/ordereddict[$(python_gen_usedep 'python2_7')]
>=dev-python/webob-1.4[${PYTHON_USEDEP}]
>=dev-python/mako-0.4.0[${PYTHON_USEDEP}]
>=dev-python/webtest-1.3.1[${PYTHON_USEDEP}]