dev-python/josepy: move blocker to rdep
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 26 Jan 2018 00:57:34 +0000 (18:57 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 26 Jan 2018 00:57:34 +0000 (18:57 -0600)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/josepy/josepy-1.0.1.ebuild

index b66ff9faa8182b91e709d145499769c64e19d0a9..3cfd2a6f2aac3ea21398bd545ea0b09cbd31dc70 100644 (file)
@@ -16,10 +16,10 @@ KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="
-       !<=app-crypt/acme-0.20.0[${PYTHON_USEDEP}]
        >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
        >=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
        >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
        >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+       !<=app-crypt/acme-0.20.0[${PYTHON_USEDEP}]"