python3Packages.hvac: add pythonImportsCheck
This commit is contained in:
parent
4dd03c2035
commit
a448d812ba
@ -14,6 +14,8 @@ buildPythonPackage rec {
|
||||
# Requires running a Vault server
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "hvac" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "HashiCorp Vault API client";
|
||||
homepage = "https://github.com/ianunruh/hvac";
|
||||
|
Loading…
Reference in New Issue
Block a user