mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
Merge pull request #1121 from JonBoyleCoding/attrs-build-fix
Updated `attrs` build-system from `23.1.0` to `hatchling`
This commit is contained in:
commit
a5fcd01c3e
1 changed files with 16 additions and 1 deletions
|
@ -1193,7 +1193,22 @@
|
|||
"setuptools"
|
||||
],
|
||||
"attrs": [
|
||||
"setuptools"
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "23.1.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "23.1.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatch-vcs",
|
||||
"from": "23.1.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatch-fancy-pypi-readme",
|
||||
"from": "23.1.0"
|
||||
}
|
||||
],
|
||||
"aubio": [
|
||||
"setuptools"
|
||||
|
|
Loading…
Add table
Reference in a new issue