Merge pull request #1558 from moonshxne/dnspython-hatchling

`dnspython`: `setuptools` -> `hatchling` in 2.5.0+
This commit is contained in:
Phillip Cloud 2024-05-01 13:33:41 -04:00 committed by GitHub
commit 325c70fcd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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": [