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@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-12 12:13:33 +01:00
parent b31f2883e2
commit 084f5a3b03
4 changed files with 4 additions and 8 deletions

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}"