mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
overrides: build-systems: add poetry-core to hvac
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
parent
1536cc0ab5
commit
7d089a3347
1 changed files with 8 additions and 1 deletions
|
@ -6563,7 +6563,14 @@
|
|||
"setuptools"
|
||||
],
|
||||
"hvac": [
|
||||
"setuptools"
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "1.0.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "poetry-core",
|
||||
"from": "1.0.0"
|
||||
}
|
||||
],
|
||||
"hvplot": [
|
||||
"setuptools"
|
||||
|
|
Loading…
Add table
Reference in a new issue