gallery-dl: fix missing dependency for SOCKS support

(cherry picked from commit 09ae6dfdd5)
This commit is contained in:
Nicky Mouha
2025-05-23 14:51:06 -04:00
committed by github-actions[bot]
parent 7293bffe9f
commit 3022c5ea71

View File

@@ -25,6 +25,7 @@ python3Packages.buildPythonApplication {
dependencies = [
python3Packages.requests
python3Packages.pysocks
yt-dlp
];