app-crypt/acme: update 9999
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 8 Dec 2017 22:43:21 +0000 (16:43 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 8 Dec 2017 22:52:03 +0000 (16:52 -0600)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

app-crypt/acme/acme-9999.ebuild

index a8fc5d0ba4581a6d2089f2edc0061562c816b919..b02dbde82a946e9ce451b4a395e444b62eb920bc 100644 (file)
@@ -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