overrides: build-systems: add poetry-core to hvac

Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
Nicolas Froger 2022-12-15 21:57:42 +01:00
parent 1536cc0ab5
commit 7d089a3347
No known key found for this signature in database
GPG key ID: 461D87623FDF1E47

View file

@ -6563,7 +6563,14 @@
"setuptools"
],
"hvac": [
"setuptools"
{
"buildSystem": "setuptools",
"until": "1.0.0"
},
{
"buildSystem": "poetry-core",
"from": "1.0.0"
}
],
"hvplot": [
"setuptools"