python310Packages.eventlet: remove pyopenssl
This commit is contained in:
parent
5589297001
commit
4c79221c55
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user