7 buildPythonPackage rec {
11 src = fetchFromGitHub {
13 repo = "python-vultr";
15 sha256 = "1qjvvr2v9gfnwskdl0ayazpcmiyw9zlgnijnhgq9mcri5gq9jw5h";
18 propagatedBuildInputs = [ requests ];
20 # Tests disabled. They fail because they try to access the network
24 description = "Vultr.com API Client";
25 homepage = "https://github.com/spry-group/python-vultr";
26 license = licenses.mit;
27 maintainers = with maintainers; [ lihop ];