jschema_to_python: fix missing pbr dependency
pbr is a runtime dependency when importing this module. Example failing package: cfn-lint.
This commit is contained in:
parent
9d924ae3d3
commit
7b58f92d32
1 changed files with 1 additions and 4 deletions
|
@ -15,13 +15,10 @@ buildPythonPackage rec {
|
||||||
sha256 = "76ff14fe5d304708ccad1284e4b11f96a658949a31ee7faed9e0995279549b91";
|
sha256 = "76ff14fe5d304708ccad1284e4b11f96a658949a31ee7faed9e0995279549b91";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
|
||||||
pbr
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
attrs
|
attrs
|
||||||
jsonpickle
|
jsonpickle
|
||||||
|
pbr
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs =[
|
checkInputs =[
|
||||||
|
|
Loading…
Reference in a new issue