11 buildPythonPackage rec {
12 pname = "bundlewrap-teamvault";
17 inherit pname version;
18 hash = "sha256-kwJnfPMIhQsahIZFVtFb/YFgMUrnDt8t8+eJrig/ZTU=";
21 nativeBuildInputs = [ setuptools ];
23 propagatedBuildInputs = [
29 # upstream has no checks
32 pythonImportsCheck = [ "bwtv" ];
35 homepage = "https://github.com/trehn/bundlewrap-teamvault";
36 description = "Pull secrets from TeamVault into your BundleWrap repo";
37 license = [ licenses.gpl3 ];