chore: Remove setuptools from glad dependencies (#5392)

This commit is contained in:
Dave Lane
2026-07-08 16:04:52 -04:00
committed by GitHub
parent 0131793f96
commit dc419367f3
7 changed files with 11 additions and 40 deletions

View File

@@ -21,9 +21,6 @@ dependencies = [
# The platform marker limits this to Linux where the glad generator is actually used.
glad = [
"glad2",
# setuptools provides pkg_resources which glad's plugin.py imports.
# setuptools 82 removes pkg_resources; pin to the last series that includes it.
"setuptools<82",
]
flatpak = [