commit: 084f5a3b0336767dd71e40105cc78652b4cb892a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 11:13:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 11:25:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084f5a3b
dev-python/ntlm-auth: Remove mistaken dep on ordereddict
This package needs ordereddict for Python < 2.7, not 2.7 itself.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild | 3 +--
dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild | 3 +--
dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild | 3 +--
.../ntlm-auth/{ntlm-auth-1.4.0.ebuild => ntlm-auth-1.4.0-r1.ebuild} | 3 +--
4 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
index 1b47c71d434..4b2433e2009 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
@@ -16,6 +16,5 @@ LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]'
python2_7)"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
diff --git a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
index 1b47c71d434..4b2433e2009 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
@@ -16,6 +16,5 @@ LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]'
python2_7)"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
diff --git a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
index 5569f7c7e2d..f34de2bf8fe 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
@@ -17,6 +17,5 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]'
python2_7)"
+ dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
diff --git a/dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild
b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
similarity index 81%
rename from dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild
rename to dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
index 5569f7c7e2d..f34de2bf8fe 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild
@@ -17,6 +17,5 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]'
python2_7)"
+ dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"