mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
fix: Use hatchling for filelock >=3.9.0
As per the [release log](https://github.com/tox-dev/py-filelock/releases/tag/3.9.0).
This commit is contained in:
parent
f90fb474c7
commit
54ff485422
1 changed files with 16 additions and 4 deletions
|
@ -4974,10 +4974,22 @@
|
|||
"setuptools"
|
||||
],
|
||||
"filelock": [
|
||||
"setuptools",
|
||||
"setuptools-scm",
|
||||
"hatchling",
|
||||
"hatch-vcs"
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "3.9.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "setuptools-scm",
|
||||
"until": "3.9.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "3.9.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatch-vcs",
|
||||
"from": "3.9.0"
|
||||
}
|
||||
],
|
||||
"filemagic": [
|
||||
"setuptools"
|
||||
|
|
Loading…
Add table
Reference in a new issue