python312Packages.dbt-common: relax protobuf

This commit is contained in:
Peder Bergebakken Sundt
2024-10-17 00:48:12 +02:00
parent 9d0575a002
commit dd9cebba81
@@ -36,7 +36,10 @@ buildPythonPackage rec {
build-system = [ hatchling ];
pythonRelaxDeps = [ "agate" ];
pythonRelaxDeps = [
"protobuf"
"agate"
];
dependencies = [
agate