7 buildPythonPackage rec {
12 src = fetchFromGitHub {
14 repo = "python-vultr";
16 sha256 = "00lc5hdhchvm0472p03019bp9541d8y2773xkjy8vblq9qhys8q7";
19 propagatedBuildInputs = [
23 # Tests disabled. They fail because they try to access the network
26 pythonImportsCheck = [ "vultr" ];
29 description = "Vultr.com API Client";
30 homepage = "https://github.com/spry-group/python-vultr";
31 license = licenses.mit;
32 maintainers = with maintainers; [ lihop ];