mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
python3Packages.aiobtclientrpc: relax python-socks
This commit is contained in:
@@ -28,7 +28,10 @@ buildPythonPackage (finalAttrs: {
|
||||
hash = "sha256-4FWfzt+A9BY4nnaQU3xwdDFhuOMtfBFHYNoHaEOy7+0=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "async-timeout" ];
|
||||
pythonRelaxDeps = [
|
||||
"async-timeout"
|
||||
"python-socks"
|
||||
];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user