python312Packages.dbt-common: relax protobuf
This commit is contained in:
@@ -36,7 +36,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
pythonRelaxDeps = [ "agate" ];
|
||||
pythonRelaxDeps = [
|
||||
"protobuf"
|
||||
"agate"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
agate
|
||||
|
||||
Reference in New Issue
Block a user