1 { lib, buildPythonPackage, fetchFromGitHub, requests, six }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1i7zni4ygdikc22wfrbnzwqh6qy402s3di6sdlfcvky2y7fzx52x";
14 # requires old version of vcrpy
17 propagatedBuildInputs = [ requests six ];
20 description = "Python SDK for the VMware vSphere API that allows you to manage ESX, ESXi, and vCenter";
21 homepage = "https://github.com/vmware/pyvmomi";
22 license = licenses.asl20;