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:
@@ -11,7 +11,6 @@
|
||||
, pytest-mock
|
||||
, pytestCheckHook
|
||||
, setuptools
|
||||
, tomlkit
|
||||
, virtualenv
|
||||
}:
|
||||
|
||||
@@ -54,7 +53,6 @@ buildPythonPackage rec {
|
||||
pytest-mock
|
||||
pytestCheckHook
|
||||
setuptools
|
||||
tomlkit
|
||||
virtualenv
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user