Skip to content

Commit

Permalink
Merge pull request #182399 from SuperSandro2000/eventlet
Browse files Browse the repository at this point in the history
python310Packages.eventlet: remove pyopenssl
  • Loading branch information
SuperSandro2000 authored Jul 22, 2022
2 parents a3ba713 + 4c79221 commit 84bdacd
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 84bdacd

Please sign in to comment.