python310Packages.poetry-core: use vendored tomlkit

This is so we can build tomlkit with poetry-core with running into an
infinite recursion.
This commit is contained in:
Martin Weinelt
2023-07-28 12:36:13 +02:00
parent 18601b8424
commit 7933516c82
@@ -11,7 +11,6 @@
, pytest-mock
, pytestCheckHook
, setuptools
, tomlkit
, virtualenv
}:
@@ -54,7 +53,6 @@ buildPythonPackage rec {
pytest-mock
pytestCheckHook
setuptools
tomlkit
virtualenv
];