mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
override: humanize: setuptools -> hatchling
This commit is contained in:
parent
4e91056ff1
commit
b78b0d5107
1 changed files with 16 additions and 2 deletions
|
@ -6847,8 +6847,22 @@
|
|||
"setuptools"
|
||||
],
|
||||
"humanize": [
|
||||
"setuptools",
|
||||
"setuptools-scm"
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "4.6.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "setuptools-scm",
|
||||
"until": "4.6.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "4.6.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatch-vcs",
|
||||
"from": "4.6.0"
|
||||
}
|
||||
],
|
||||
"humblewx": [
|
||||
"setuptools"
|
||||
|
|
Loading…
Add table
Reference in a new issue