python310Packages.selenium: fix dependencies

This commit is contained in:
Sandro Jäckel 2022-07-07 15:06:15 +02:00
parent 7927333d48
commit ef2e27ebe2
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -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