Merge pull request #182399 from SuperSandro2000/eventlet

python310Packages.eventlet: remove pyopenssl
This commit is contained in:
Sandro
2022-07-22 14:31:13 +02:00
committed by GitHub
@@ -8,7 +8,6 @@
, monotonic
, six
, nose
, pyopenssl
, iana-etc
, pytestCheckHook
, libredirect
@@ -29,9 +28,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
dnspython
greenlet
pyopenssl
six
] ++ lib.optional (pythonOlder "3.5") [
] ++ lib.optionals (pythonOlder "3.5") [
monotonic
];