commit:     a1162f25e0b212808c9c439c115d3734b0495dfc
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 06:53:36 2020 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat May 30 06:54:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1162f25

dev-python/zstandard: force new cffi

Ensure cffi is upgraded with bugfix before upgrading zstandard.

Bug: https://bugs.gentoo.org/723476
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 dev-python/zstandard/zstandard-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zstandard/zstandard-0.13.0.ebuild 
b/dev-python/zstandard/zstandard-0.13.0.ebuild
index 59d51ed70dc..9a104747652 100644
--- a/dev-python/zstandard/zstandard-0.13.0.ebuild
+++ b/dev-python/zstandard/zstandard-0.13.0.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 LICENSE="BSD"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
-RDEPEND="dev-python/cffi:=[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]"
 BDEPEND="
        test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
 

Reply via email to