dnspython: setuptools -> hatchling in 2.5.0+

This commit is contained in:
Fiona Zhao 2024-03-09 10:19:41 +08:00 committed by Phillip Cloud
parent 36ca9c57e8
commit f428d886d0
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -5690,12 +5690,21 @@
"setuptools"
],
"dnspython": [
"poetry-core",
"setuptools",
"setuptools-scm",
{
"buildSystem": "poetry-core",
"until": "2.5.0"
},
{
"buildSystem": "setuptools",
"until": "2.5.0"
},
{
"buildSystem": "setuptools-scm",
"until": "2.5.0"
},
{
"buildSystem": "hatchling",
"from": "2.6.1"
"from": "2.5.0"
}
],
"dnspythonchia": [