overrides: Add poetry to poetry-plugin-export

This commit is contained in:
adisbladis 2022-09-02 01:33:30 +12:00
parent dcef8aec9d
commit 7520a96a7f
2 changed files with 7 additions and 0 deletions

View file

@ -987,6 +987,9 @@
"poetry-dynamic-versioning": [
"poetry-core"
],
"poetry-plugin-export": [
"poetry"
],
"poetry2conda": [
"poetry"
],

View file

@ -1384,6 +1384,10 @@ lib.composeManyExtensions [
'';
});
poetry-plugin-export = super.poetry-plugin-export.overridePythonAttrs (old: {
dontUsePythonImportsCheck = true; # Requires poetry which isn't available during bootstrap
});
portend = super.portend.overridePythonAttrs (
old: {
# required for the extra "toml" dependency in setuptools_scm[toml]