commit: 358ef4db0101e0c30bab9a8ae5cb7bedbba51a95
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 02:44:41 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 02:44:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358ef4db
app-crypt/certbot: psutil IS required...
Package-Manager: portage-2.2.28
.../{certbot-0.8.1-r1.ebuild => certbot-0.8.1-r2.ebuild} | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-crypt/certbot/certbot-0.8.1-r1.ebuild
b/app-crypt/certbot/certbot-0.8.1-r2.ebuild
similarity index 83%
rename from app-crypt/certbot/certbot-0.8.1-r1.ebuild
rename to app-crypt/certbot/certbot-0.8.1-r2.ebuild
index 3f4ec97..335b2ae 100644
--- a/app-crypt/certbot/certbot-0.8.1-r1.ebuild
+++ b/app-crypt/certbot/certbot-0.8.1-r2.ebuild
@@ -33,6 +33,7 @@ RDEPEND="
dev-python/pyrfc3339[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
+ >=dev-python/psutil-2.2.1[${PYTHON_USEDEP}]
dev-python/zope-component[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/pythondialog-3.2.2:python-2'
python2_7)
@@ -42,13 +43,12 @@ RDEPEND="
DEPEND="
>=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
test? (
- >=dev-python/astroid-1.3.5
- dev-python/coverage
- dev-python/nose
- dev-python/pep8
- >=dev-python/psutil-2.2.1
- >=dev-python/pylint-1.4.2
- dev-python/wheel
+ >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}]
+ dev-python/coverage[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/pep8[${PYTHON_USEDEP}]
+ >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}]
+ dev-python/wheel[${PYTHON_USEDEP}]
)"
python_test() {