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:
Stanisław Pitucha 2022-02-23 10:59:49 +11:00 committed by Jonathan Ringer
parent 9d924ae3d3
commit 7b58f92d32

View file

@ -15,13 +15,10 @@ buildPythonPackage rec {
sha256 = "76ff14fe5d304708ccad1284e4b11f96a658949a31ee7faed9e0995279549b91"; sha256 = "76ff14fe5d304708ccad1284e4b11f96a658949a31ee7faed9e0995279549b91";
}; };
nativeBuildInputs = [
pbr
];
propagatedBuildInputs = [ propagatedBuildInputs = [
attrs attrs
jsonpickle jsonpickle
pbr
]; ];
checkInputs =[ checkInputs =[