11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-G4XjMg6GQt2C8jTbYyU82haagXWJ6CNxPcX8qDEZseI=";
23 nativeBuildInputs = [ poetry-core ];
25 propagatedBuildInputs = [
30 # Requires running a Vault server
33 pythonImportsCheck = [ "hvac" ];
36 description = "HashiCorp Vault API client";
37 homepage = "https://github.com/ianunruh/hvac";
38 changelog = "https://github.com/hvac/hvac/blob/v${version}/CHANGELOG.md";
39 license = licenses.asl20;