diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-05-23 23:12:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-05-23 23:12:10 +0100 |
commit | 1127717468c0e6b8971d4cf7caf5130cd25abcc4 (patch) | |
tree | aeb3868810e3c53e214441d7af4927dab7f75c1e | |
parent | d5e31958cc7b0c64b792bf08cc3eb59721cf6ab9 (diff) |
dev-python/typer : specifically ask for dev-python/click-7.x (https://github.com/tiangolo/typer/issues/280)
-rw-r--r-- | dev-python/typer/typer-0.2.1-r1.ebuild (renamed from dev-python/typer/typer-0.2.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/typer/typer-0.2.1.ebuild b/dev-python/typer/typer-0.2.1-r1.ebuild index 8202f0bd..9dd40e31 100644 --- a/dev-python/typer/typer-0.2.1.ebuild +++ b/dev-python/typer/typer-0.2.1-r1.ebuild @@ -19,7 +19,7 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] " RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] + <dev-python/click-8[${PYTHON_USEDEP}] " PATCHES=( "${FILESDIR}"/"${PN}"-avoid-python-dephell-dependency.patch ) |