Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/
Date: Sun, 04 Sep 2016 02:46:56
Message-Id: 1472957081.358ef4db0101e0c30bab9a8ae5cb7bedbba51a95.prometheanfire@gentoo
1 commit: 358ef4db0101e0c30bab9a8ae5cb7bedbba51a95
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 02:44:41 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 02:44:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358ef4db
7
8 app-crypt/certbot: psutil IS required...
9
10 Package-Manager: portage-2.2.28
11
12 .../{certbot-0.8.1-r1.ebuild => certbot-0.8.1-r2.ebuild} | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/app-crypt/certbot/certbot-0.8.1-r1.ebuild b/app-crypt/certbot/certbot-0.8.1-r2.ebuild
16 similarity index 83%
17 rename from app-crypt/certbot/certbot-0.8.1-r1.ebuild
18 rename to app-crypt/certbot/certbot-0.8.1-r2.ebuild
19 index 3f4ec97..335b2ae 100644
20 --- a/app-crypt/certbot/certbot-0.8.1-r1.ebuild
21 +++ b/app-crypt/certbot/certbot-0.8.1-r2.ebuild
22 @@ -33,6 +33,7 @@ RDEPEND="
23 dev-python/pyrfc3339[${PYTHON_USEDEP}]
24 dev-python/pytz[${PYTHON_USEDEP}]
25 dev-python/six[${PYTHON_USEDEP}]
26 + >=dev-python/psutil-2.2.1[${PYTHON_USEDEP}]
27 dev-python/zope-component[${PYTHON_USEDEP}]
28 dev-python/zope-interface[${PYTHON_USEDEP}]
29 $(python_gen_cond_dep '>=dev-python/pythondialog-3.2.2:python-2' python2_7)
30 @@ -42,13 +43,12 @@ RDEPEND="
31 DEPEND="
32 >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
33 test? (
34 - >=dev-python/astroid-1.3.5
35 - dev-python/coverage
36 - dev-python/nose
37 - dev-python/pep8
38 - >=dev-python/psutil-2.2.1
39 - >=dev-python/pylint-1.4.2
40 - dev-python/wheel
41 + >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}]
42 + dev-python/coverage[${PYTHON_USEDEP}]
43 + dev-python/nose[${PYTHON_USEDEP}]
44 + dev-python/pep8[${PYTHON_USEDEP}]
45 + >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}]
46 + dev-python/wheel[${PYTHON_USEDEP}]
47 )"
48
49 python_test() {