mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
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
@ -15,13 +15,10 @@ buildPythonPackage rec {
|
||||
sha256 = "76ff14fe5d304708ccad1284e4b11f96a658949a31ee7faed9e0995279549b91";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pbr
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
attrs
|
||||
jsonpickle
|
||||
pbr
|
||||
];
|
||||
|
||||
checkInputs =[
|
||||
|
Loading…
Reference in New Issue
Block a user