Skip to content

Commit

Permalink
app-containers/docker-compose: Protect 1.x.x from >=dev-python/docker…
Browse files Browse the repository at this point in the history
…-7.0.0

Signed-off-by: Sebastian Pipping <[email protected]>
  • Loading branch information
hartwork committed Dec 12, 2023
1 parent 4d10956 commit 2389f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KEYWORDS="amd64 arm64"

RDEPEND="
>=dev-python/distro-1.5.0[${PYTHON_USEDEP}]
>=dev-python/docker-5[${PYTHON_USEDEP}]
<dev-python/docker-7[${PYTHON_USEDEP}]
>=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
>=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
>=dev-python/python-dotenv-0.13.0[${PYTHON_USEDEP}]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm64"

RDEPEND="
>=dev-python/distro-1.5.0[${PYTHON_USEDEP}]
>=dev-python/docker-5[${PYTHON_USEDEP}]
<dev-python/docker-7[${PYTHON_USEDEP}]
>=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
>=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
>=dev-python/python-dotenv-0.13.0[${PYTHON_USEDEP}]
Expand Down

0 comments on commit 2389f4d

Please sign in to comment.