app-crypt/certbot: psutil IS required...
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 4 Sep 2016 02:44:41 +0000 (21:44 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 4 Sep 2016 02:44:41 +0000 (21:44 -0500)
Package-Manager: portage-2.2.28

app-crypt/certbot/certbot-0.8.1-r2.ebuild [moved from app-crypt/certbot/certbot-0.8.1-r1.ebuild with 83% similarity]

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 3f4ec97a0b3372727db234a20596edd3b39fd6b1..335b2aebd64d250fd82c667390308a28fbd84c9f 100644 (file)
@@ -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() {