mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 18:51:37 -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"
|
"setuptools"
|
||||||
],
|
],
|
||||||
"urllib3": [
|
"urllib3": [
|
||||||
|
{
|
||||||
|
"buildSystem": "flit-core",
|
||||||
|
"until": "2.0.2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "2.0.2"
|
||||||
|
},
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
"urlpy": [
|
"urlpy": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue