Skip to content

Commit 2edf270

Browse files
committed
python3Packages.uiprotect: remove unused dependencies
Upstream did so in uilibs/uiprotect#738.
1 parent 74fe7ac commit 2edf270

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/development/python-modules/uiprotect/default.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
# dependencies
1010
aiofiles,
1111
aiohttp,
12-
aioshutil,
13-
async-timeout,
1412
av,
1513
convertertools,
1614
dateparser,
@@ -52,11 +50,14 @@ buildPythonPackage (finalAttrs: {
5250

5351
build-system = [ poetry-core ];
5452

53+
pythonRemoveDeps = [
54+
"aioshutil"
55+
"async-timeout"
56+
];
57+
5558
dependencies = [
5659
aiofiles
5760
aiohttp
58-
aioshutil
59-
async-timeout
6061
av
6162
convertertools
6263
dateparser

0 commit comments

Comments
 (0)