commit:     3bde9b089815b000320a424f12c056080c545e79
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 22:43:21 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 22:52:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bde9b08

app-crypt/acme: update 9999

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-crypt/acme/acme-9999.ebuild | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
index a8fc5d0ba45..b02dbde82a9 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

Reply via email to