From 358ef4db0101e0c30bab9a8ae5cb7bedbba51a95 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 3 Sep 2016 21:44:41 -0500 Subject: [PATCH] app-crypt/certbot: psutil IS required... Package-Manager: portage-2.2.28 --- ...bot-0.8.1-r1.ebuild => certbot-0.8.1-r2.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename app-crypt/certbot/{certbot-0.8.1-r1.ebuild => certbot-0.8.1-r2.ebuild} (83%) 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 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() { -- 2.26.2