diff options
author | Sebastian Pipping <sping@gentoo.org> | 2019-07-07 16:20:20 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2019-07-07 16:22:47 +0200 |
commit | 4e9ab392c38a8a941c53bc3b15f62772eb5b2f39 (patch) | |
tree | 74e3670e3ba2d397e88182ecfd8ee896fef84f58 /app-emulation | |
parent | app-emulation/docker-compose: Tests need pytest <4 (diff) | |
download | gentoo-4e9ab392c38a8a941c53bc3b15f62772eb5b2f39.tar.gz gentoo-4e9ab392c38a8a941c53bc3b15f62772eb5b2f39.tar.bz2 gentoo-4e9ab392c38a8a941c53bc3b15f62772eb5b2f39.zip |
app-emulation/docker-compose: Tests need pyyaml <5.1
Closes: https://bugs.gentoo.org/687460
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Diffstat (limited to 'app-emulation')
4 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild b/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild index 0e0b3b5585b1..15e7493fe93b 100644 --- a/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.23.2-r1.ebuild @@ -34,6 +34,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] DEPEND="${RDEPEND} test? ( <dev-python/pytest-4[${PYTHON_USEDEP}] + <dev-python/pyyaml-5.1[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" diff --git a/app-emulation/docker-compose/docker-compose-1.23.2.ebuild b/app-emulation/docker-compose/docker-compose-1.23.2.ebuild index 4b06e9a17e95..c9a313c7e293 100644 --- a/app-emulation/docker-compose/docker-compose-1.23.2.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.23.2.ebuild @@ -44,6 +44,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] DEPEND="${RDEPEND} test? ( <dev-python/pytest-4[${PYTHON_USEDEP}] + <dev-python/pyyaml-5.1[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" diff --git a/app-emulation/docker-compose/docker-compose-1.24.0.ebuild b/app-emulation/docker-compose/docker-compose-1.24.0.ebuild index 4845028c559d..aacd6aa050a4 100644 --- a/app-emulation/docker-compose/docker-compose-1.24.0.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.24.0.ebuild @@ -35,6 +35,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] DEPEND="${RDEPEND} test? ( <dev-python/pytest-4[${PYTHON_USEDEP}] + <dev-python/pyyaml-5.1[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" diff --git a/app-emulation/docker-compose/docker-compose-1.24.1.ebuild b/app-emulation/docker-compose/docker-compose-1.24.1.ebuild index 0a65a87e67c3..a9866c0a92e6 100644 --- a/app-emulation/docker-compose/docker-compose-1.24.1.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.24.1.ebuild @@ -35,6 +35,7 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] DEPEND="${RDEPEND} test? ( <dev-python/pytest-4[${PYTHON_USEDEP}] + <dev-python/pyyaml-5.1[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) )" S="${WORKDIR}/compose-${PV}" |