dev-python/poetry: Add missing lockfile dep too

Closes: https://bugs.gentoo.org/911380
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-07-28 11:24:09 +02:00
parent 858b280967
commit 3045c6f523

View File

@@ -31,6 +31,7 @@ RDEPEND="
>=dev-python/installer-0.7.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.10.0[${PYTHON_USEDEP}]
>=dev-python/keyring-23.9.0[${PYTHON_USEDEP}]
>=dev-python/lockfile-0.12.2[${PYTHON_USEDEP}]
>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
>=dev-python/pexpect-4.7.0[${PYTHON_USEDEP}]
>=dev-python/pkginfo-1.9.4[${PYTHON_USEDEP}]