From: Matthew Thode Date: Fri, 8 Dec 2017 22:43:21 +0000 (-0600) Subject: app-crypt/acme: update 9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3bde9b089815b000320a424f12c056080c545e79;p=gentoo.git app-crypt/acme: update 9999 Package-Manager: Portage-2.3.14, Repoman-2.3.6 --- diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index a8fc5d0ba458..b02dbde82a94 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -23,15 +23,23 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="test" -RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}] +RDEPEND=" + >=dev-python/cryptography-0.8[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] dev-python/pyrfc3339[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] >=dev-python/requests-2.10[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]" -DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] ) - >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]" + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] +" +DEPEND=" + test? ( + ${RDEPEND} + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) + >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] +" python_test() { nosetests -w ${PN} || die