mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
fix: Build rio-tiler 4.0.0+ with hatchling
As per <https://github.com/cogeotiff/rio-tiler/pull/556/>.
This commit is contained in:
parent
7f5bf0fb69
commit
bc302f9df7
1 changed files with 8 additions and 1 deletions
|
@ -14591,7 +14591,14 @@
|
|||
"setuptools"
|
||||
],
|
||||
"rio-tiler": [
|
||||
"flit-core"
|
||||
{
|
||||
"buildSystem": "flit-core",
|
||||
"until": "4.0.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "4.0.0"
|
||||
}
|
||||
],
|
||||
"ripe-atlas-cousteau": [
|
||||
"setuptools"
|
||||
|
|
Loading…
Add table
Reference in a new issue