mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
Merge pull request #888 from g00pix/prettytable-hatch
overrides: build-systems: add hatchling to prettytable
This commit is contained in:
commit
dbdb1e0dbf
1 changed files with 16 additions and 2 deletions
|
@ -10759,8 +10759,22 @@
|
|||
"setuptools"
|
||||
],
|
||||
"prettytable": [
|
||||
"setuptools",
|
||||
"setuptools-scm"
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "3.5.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "setuptools-scm",
|
||||
"until": "3.5.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatch-vcs",
|
||||
"from": "3.5.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "3.5.0"
|
||||
}
|
||||
],
|
||||
"primecountpy": [
|
||||
"cython",
|
||||
|
|
Loading…
Add table
Reference in a new issue