Skip to content

Commit

Permalink
python310Packages.eventlet: remove pyopenssl
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jul 21, 2022
1 parent 5589297 commit 4c79221
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/python-modules/eventlet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
, monotonic
, six
, nose
, pyopenssl
, iana-etc
, pytestCheckHook
, libredirect
Expand All @@ -29,9 +28,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
dnspython
greenlet
pyopenssl
six
] ++ lib.optional (pythonOlder "3.5") [
] ++ lib.optionals (pythonOlder "3.5") [
monotonic
];

Expand Down

0 comments on commit 4c79221

Please sign in to comment.