commit:     5304cb80b375cb30d1cb5cfa8405e5d41f8abb6a
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 15:30:09 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 15:30:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5304cb80

app-crypt/certbot: Sync live

Package-Manager: portage-2.3.3

 app-crypt/certbot/certbot-9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-crypt/certbot/certbot-9999.ebuild 
b/app-crypt/certbot/certbot-9999.ebuild
index c0c4f61..e7b790e 100644
--- a/app-crypt/certbot/certbot-9999.ebuild
+++ b/app-crypt/certbot/certbot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,9 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="test"
 
+CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
 RDEPEND="
+       ${CDEPEND}
        =app-crypt/acme-${PV}[${PYTHON_USEDEP}]
        >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
        dev-python/configobj[${PYTHON_USEDEP}]
@@ -34,12 +36,9 @@ RDEPEND="
        dev-python/six[${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)
        dev-python/mock[${PYTHON_USEDEP}]"
-       # for when py3 support is added
-       # $(python_gen_cond_dep '>=dev-python/pythondialog-3.2.2:0' python3_*)
 DEPEND="
-       >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
+       ${CDEPEND}
        test? (
                >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}]
                dev-python/coverage[${PYTHON_USEDEP}]

Reply via email to