mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
Merge pull request #1154 from lafrenierejm/urllib3-build-system
urllib3: Used flit-core until 2.0.2 and hatchling since
This commit is contained in:
commit
aedba94fde
1 changed files with 8 additions and 0 deletions
|
@ -18730,6 +18730,14 @@
|
|||
"setuptools"
|
||||
],
|
||||
"urllib3": [
|
||||
{
|
||||
"buildSystem": "flit-core",
|
||||
"until": "2.0.2"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "2.0.2"
|
||||
},
|
||||
"setuptools"
|
||||
],
|
||||
"urlpy": [
|
||||
|
|
Loading…
Add table
Reference in a new issue