python310Packages.selenium: fix dependencies
This commit is contained in:
parent
7927333d48
commit
ef2e27ebe2
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ buildPythonPackage rec {
|
||||||
trio
|
trio
|
||||||
trio-websocket
|
trio-websocket
|
||||||
urllib3
|
urllib3
|
||||||
] ++ urllib3.optional-dependencies.socks;
|
] ++ urllib3.optional-dependencies.secure
|
||||||
|
++ urllib3.optional-dependencies.socks;
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
|
Loading…
Reference in a new issue