Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/
Date: Tue, 02 Feb 2016 17:49:29
Message-Id: 1454435267.f026eb34eea45a195bbff85aaea5b363090b681a.mrueg@gentoo
1 commit: f026eb34eea45a195bbff85aaea5b363090b681a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 17:47:47 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 17:47:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f026eb34
7
8 app-crypt/letsencrypt: Require more recent version of dev-python/psutil
9
10 Gentoo-Bug: 569012
11
12 Package-Manager: portage-2.2.27
13
14 app-crypt/letsencrypt/letsencrypt-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-crypt/letsencrypt/letsencrypt-9999.ebuild b/app-crypt/letsencrypt/letsencrypt-9999.ebuild
18 index baf81fa..0ef00d4 100644
19 --- a/app-crypt/letsencrypt/letsencrypt-9999.ebuild
20 +++ b/app-crypt/letsencrypt/letsencrypt-9999.ebuild
21 @@ -29,7 +29,7 @@ RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
22 >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]
23 dev-python/mock[${PYTHON_USEDEP}]
24 dev-python/parsedatetime[${PYTHON_USEDEP}]
25 - >=dev-python/psutil-2.1.0[${PYTHON_USEDEP}]
26 + >=dev-python/psutil-3.0.1[${PYTHON_USEDEP}]
27 >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
28 dev-python/pyrfc3339[${PYTHON_USEDEP}]
29 >=dev-python/pythondialog-3.2.2:python-2[${PYTHON_USEDEP}]