summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Tiram <oz.tiram@gmail.com>2024-04-21 20:37:16 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-22 12:58:19 +0200
commit022f051d81c257064f6921bf5e9d119a682407a0 (patch)
tree17c9fb03cf9786c11e9063f22ede960b2cb67259
parentmedia-libs/libdisplay-info: Fix variable order (diff)
downloadgentoo-022f051d81c257064f6921bf5e9d119a682407a0.tar.gz
gentoo-022f051d81c257064f6921bf5e9d119a682407a0.tar.bz2
gentoo-022f051d81c257064f6921bf5e9d119a682407a0.zip
dev-python/pipenv: pin pipdeptree dependency
Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36347 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pipenv/pipenv-2023.12.1-r1.ebuild (renamed from dev-python/pipenv/pipenv-2023.12.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pipenv/pipenv-2023.12.1.ebuild b/dev-python/pipenv/pipenv-2023.12.1-r1.ebuild
index 4fcc048b339f..e1fda83fb9bb 100644
--- a/dev-python/pipenv/pipenv-2023.12.1.ebuild
+++ b/dev-python/pipenv/pipenv-2023.12.1-r1.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
dev-python/dparse[${PYTHON_USEDEP}]
>=dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]
>=dev-python/pexpect-4.8.0[${PYTHON_USEDEP}]
- dev-python/pipdeptree[${PYTHON_USEDEP}]
+ ~dev-python/pipdeptree-2.16.2[${PYTHON_USEDEP}]
~dev-python/plette-0.4.4[${PYTHON_USEDEP}]
>=dev-python/ptyprocess-0.7.0[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]