Skip to content

Commit

Permalink
python310Packages.urllib3: correct propagatedBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jun 23, 2022
1 parent 506a80a commit f8d1cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/urllib3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildPythonPackage rec {

# FIXME: remove backwards compatbility hack
propagatedBuildInputs = passthru.optional-dependencies.brotli
++ passthru.optional-dependencies.secure;
++ passthru.optional-dependencies.socks;

checkInputs = [
python-dateutil
Expand Down

0 comments on commit f8d1cad

Please sign in to comment.