lnxlink-flake/fix.patch
2025-10-30 09:47:14 +01:00

27 lines
552 B
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools~=68.0.0", "wheel~=0.40.0"]
+requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
@@ -26,7 +26,6 @@ dependencies = [
"inotify>=0.2.10",
"jeepney>=0.9.0",
"aiohttp>=3.9.0",
- "asyncio>=3.4.3"
]
[project.urls]
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1,7 +1,6 @@
# System dependencies
PyYAML>=6.0.1
aiohttp>=3.9.0
-asyncio>=3.4.3
distro>=1.9.0
inotify>=0.2.10
jeepney>=0.9.0