mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
Merge pull request #1558 from moonshxne/dnspython-hatchling
`dnspython`: `setuptools` -> `hatchling` in 2.5.0+
This commit is contained in:
commit
325c70fcd3
1 changed files with 13 additions and 4 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Reference in a new issue