python310Packages.eventlet: remove pyopenssl

This commit is contained in:
Sandro Jäckel 2022-07-22 00:32:37 +02:00
parent 5589297001
commit 4c79221c55
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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