summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-09-03 21:44:41 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-09-03 21:44:41 -0500
commit358ef4db0101e0c30bab9a8ae5cb7bedbba51a95 (patch)
tree734644da78d24a0d1d5243e98e254b6b53c30aaf /app-crypt/certbot
parentdev-libs/libgweather: bump from 3.20.1 to 3.20.3 (diff)
downloadgentoo-358ef4db0101e0c30bab9a8ae5cb7bedbba51a95.tar.gz
gentoo-358ef4db0101e0c30bab9a8ae5cb7bedbba51a95.tar.bz2
gentoo-358ef4db0101e0c30bab9a8ae5cb7bedbba51a95.zip
app-crypt/certbot: psutil IS required...
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/certbot')
-rw-r--r--app-crypt/certbot/certbot-0.8.1-r2.ebuild (renamed from app-crypt/certbot/certbot-0.8.1-r1.ebuild)14
1 files 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
index 3f4ec97a0b33..335b2aebd64d 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() {