dev-python/ntlm-auth: Remove mistaken dep on ordereddict
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 11:13:33 +0000 (12:13 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 11:25:10 +0000 (12:25 +0100)
This package needs ordereddict for Python < 2.7, not 2.7 itself.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild
dev-python/ntlm-auth/ntlm-auth-1.2.0.ebuild
dev-python/ntlm-auth/ntlm-auth-1.3.0.ebuild
dev-python/ntlm-auth/ntlm-auth-1.4.0-r1.ebuild [moved from dev-python/ntlm-auth/ntlm-auth-1.4.0.ebuild with 81% similarity]

index 1b47c71d43463fdf758610e6b256312e58dc341e..4b2433e200904c15e93c5a379f4e4612d0e3f469 100644 (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}"
index 1b47c71d43463fdf758610e6b256312e58dc341e..4b2433e200904c15e93c5a379f4e4612d0e3f469 100644 (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}"
index 5569f7c7e2dde3eda672572730a16cb1e0c9ac2b..f34de2bf8fea2f89c8623f5bde729f8b44a50446 100644 (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}"
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 5569f7c7e2dde3eda672572730a16cb1e0c9ac2b..f34de2bf8fea2f89c8623f5bde729f8b44a50446 100644 (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}"