11 buildPythonPackage rec {
13 version = "8.0.2.0.1";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-Y7Zor70P4lhkAslckg/prfCmnszVMFPntWdJpfWnvIM=";
25 propagatedBuildInputs = [
30 passthru.optional-dependencies = {
37 # Requires old version of vcrpy
40 pythonImportsCheck = [
46 description = "Python SDK for the VMware vSphere API that allows you to manage ESX, ESXi, and vCenter";
47 homepage = "https://github.com/vmware/pyvmomi";
48 changelog = "https://github.com/vmware/pyvmomi/releases/tag/v${version}";
49 license = licenses.asl20;
50 maintainers = with maintainers; [ ];