diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-28 08:08:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-28 08:08:29 +0200 |
commit | 640cd42db668b655e0a8ae6efcfb1dad99a1dd55 (patch) | |
tree | 0ba3c6179f957c950f77b175d758df593ed519e8 /dev-python/poetry | |
parent | profiles: Update dev-python/pymongo test/test-full masks (diff) | |
download | gentoo-640cd42db668b655e0a8ae6efcfb1dad99a1dd55.tar.gz gentoo-640cd42db668b655e0a8ae6efcfb1dad99a1dd55.tar.bz2 gentoo-640cd42db668b655e0a8ae6efcfb1dad99a1dd55.zip |
dev-python/poetry: Correct dependencies
Closes: https://bugs.gentoo.org/910692
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/poetry')
-rw-r--r-- | dev-python/poetry/poetry-1.5.1-r1.ebuild (renamed from dev-python/poetry/poetry-1.5.1.ebuild) | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/poetry/poetry-1.5.1.ebuild b/dev-python/poetry/poetry-1.5.1-r1.ebuild index 9fa3a6a19ab3..f74ff624b268 100644 --- a/dev-python/poetry/poetry-1.5.1.ebuild +++ b/dev-python/poetry/poetry-1.5.1-r1.ebuild @@ -22,9 +22,12 @@ RDEPEND=" >=dev-python/poetry-core-1.6.1[${PYTHON_USEDEP}] >=dev-python/poetry-plugin-export-1.4.0[${PYTHON_USEDEP}] >=dev-python/build-0.10.0[${PYTHON_USEDEP}] + >=dev-python/cachecontrol-0.12.9[${PYTHON_USEDEP}] >=dev-python/cleo-2.0.0[${PYTHON_USEDEP}] >=dev-python/crashtest-0.4.1[${PYTHON_USEDEP}] >=dev-python/dulwich-0.21.2[${PYTHON_USEDEP}] + >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}] + >=dev-python/html5lib-1.0[${PYTHON_USEDEP}] >=dev-python/installer-0.7.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-4.10.0[${PYTHON_USEDEP}] >=dev-python/keyring-23.9.0[${PYTHON_USEDEP}] @@ -35,14 +38,16 @@ RDEPEND=" >=dev-python/requests-2.18[${PYTHON_USEDEP}] >=dev-python/requests-toolbelt-0.10.1[${PYTHON_USEDEP}] >=dev-python/shellingham-1.5.0[${PYTHON_USEDEP}] - >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}] >=dev-python/tomlkit-0.11.6[${PYTHON_USEDEP}] >=dev-python/trove-classifiers-2022.5.19[${PYTHON_USEDEP}] + >=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}] >=dev-python/virtualenv-20.22.0[${PYTHON_USEDEP}] - >=dev-python/cachecontrol-0.12.9[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}] + ' 3.10) " -DEPEND=" +BDEPEND=" test? ( >=dev-python/deepdiff-6.3.1[${PYTHON_USEDEP}] >=dev-python/httpretty-1.0[${PYTHON_USEDEP}] |