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:
adisbladis 2023-05-07 19:24:42 +12:00 committed by GitHub
commit aedba94fde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18730,6 +18730,14 @@
"setuptools"
],
"urllib3": [
{
"buildSystem": "flit-core",
"until": "2.0.2"
},
{
"buildSystem": "hatchling",
"from": "2.0.2"
},
"setuptools"
],
"urlpy": [