python3Packages.async-upnp-client: don't depend on async-timeout (#451195)

This commit is contained in:
dotlambda
2025-10-14 03:56:14 +00:00
committed by GitHub
@@ -9,7 +9,6 @@
# dependencies
aiohttp,
async-timeout,
defusedxml,
python-didl-lite,
voluptuous,
@@ -33,15 +32,18 @@ buildPythonPackage rec {
};
pythonRelaxDeps = [
"async-timeout"
"defusedxml"
];
pythonRemoveDeps = [
# https://github.com/StevenLooman/async_upnp_client/pull/278
"async-timeout"
];
build-system = [ setuptools ];
dependencies = [
aiohttp
async-timeout
defusedxml
python-didl-lite
voluptuous