python311Packages.pyvmomi: add optional-dependencies
This commit is contained in:
parent
bafd11be05
commit
fd5f060cda
@ -1,8 +1,10 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, lxml
|
||||
, requests
|
||||
, six
|
||||
, pyopenssl
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
@ -25,6 +27,13 @@ buildPythonPackage rec {
|
||||
six
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
sso = [
|
||||
lxml
|
||||
pyopenssl
|
||||
];
|
||||
};
|
||||
|
||||
# Requires old version of vcrpy
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user