commit: 6d4b41d7904e388e9e65581157eceadd5e18c5af
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 14:40:32 2015 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 14:41:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4b41d7
app-emulation/docker-compose: move enum34 dependence
The dev-python/enum34 dependence was in the incorrect set of dependencies. I
read the setup.py incorrectly and placed it in testing dependences rather than
common. This fixes bug #566754.
Package-Manager: portage-2.2.26
app-emulation/docker-compose/docker-compose-1.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emulation/docker-compose/docker-compose-1.5.1.ebuild
b/app-emulation/docker-compose/docker-compose-1.5.1.ebuild
index e988d19..e20684f 100644
--- a/app-emulation/docker-compose/docker-compose-1.5.1.ebuild
+++ b/app-emulation/docker-compose/docker-compose-1.5.1.ebuild
@@ -36,13 +36,13 @@ CDEPEND="
<dev-python/texttable-0.9[${PYTHON_USEDEP}]
>=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
<dev-python/websocket-client-1.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]'
'python2_7' )
+ $(python_gen_cond_dep '<dev-python/enum34-2[${PYTHON_USEDEP}]'
'python2_7' )
"
DEPEND="
test? (
${CDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
- $(python_gen_cond_dep
'>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' )
- $(python_gen_cond_dep '<dev-python/enum34-2[${PYTHON_USEDEP}]'
'python2_7' )
$(python_gen_cond_dep
'>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
)
"