Diff poetry-1.6.1 with a poetry-1.6.1-r1

/usr/portage/dev-python/poetry/poetry-1.6.1-r1.ebuild 2023-10-09 14:52:30.328368371 +0300
19 19
SLOT="0"
20 20
KEYWORDS="~amd64"
21 21

  
22
# dev-python/build: 1.0 breaks backward compatibility
23
# https://github.com/python-poetry/poetry/issues/8434
22 24
RDEPEND="
23 25
	>=dev-python/poetry-core-1.7.0[${PYTHON_USEDEP}]
24 26
	>=dev-python/poetry-plugin-export-1.5.0[${PYTHON_USEDEP}]
25
	>=dev-python/build-0.10.0[${PYTHON_USEDEP}]
27
	<dev-python/build-1.0.0[${PYTHON_USEDEP}]
26 28
	>=dev-python/cachecontrol-0.13.0[${PYTHON_USEDEP}]
27 29
	>=dev-python/cleo-2.0.0[${PYTHON_USEDEP}]
28 30
	>=dev-python/crashtest-0.4.1[${PYTHON_USEDEP}]
Thank you!