dev-python/josepy: block on earlier versions of acme
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 26 Jan 2018 00:45:22 +0000 (18:45 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 26 Jan 2018 00:46:51 +0000 (18:46 -0600)
Closes: https://bugs.gentoo.org/642954

Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/josepy/josepy-1.0.1.ebuild

index 115d502f9d0cdb1ccfb28af002a9b29a4dc9534b..b66ff9faa8182b91e709d145499769c64e19d0a9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,6 +16,7 @@ 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}]