From 37355ce15c3640b076021b5806b68d5aecdb7865 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 24 Aug 2020 12:12:21 -0400 Subject: [PATCH] social-auth-core: fix broken ebuild so regen works --- dev-python/social-auth-core/social-auth-core-3.3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/social-auth-core/social-auth-core-3.3.3.ebuild b/dev-python/social-auth-core/social-auth-core-3.3.3.ebuild index 5eb371f71..46170c9ff 100644 --- a/dev-python/social-auth-core/social-auth-core-3.3.3.ebuild +++ b/dev-python/social-auth-core/social-auth-core-3.3.3.ebuild @@ -24,7 +24,7 @@ RDEPEND=">=dev-python/requests-2.9.1[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/defusedxml[${PYTHON_USEDEP}] >=dev-python/python3-openid-3.0.10[${PYTHON_USEDEP}] - saml? ( >=python3-saml-1.2.1 ) - ' python3) + saml? ( >=dev-python/python3-saml-1.2.1 ) + ') " DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"