From 5304cb80b375cb30d1cb5cfa8405e5d41f8abb6a Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Sun, 22 Jan 2017 16:30:09 +0100 Subject: 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(-) (limited to 'app-crypt') diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index c0c4f615e790..e7b790e54950 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}] -- cgit v1.2.3-65-gdbad