python312Packages.axisregistry: add PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
fonttools,
|
||||
protobuf,
|
||||
pytestCheckHook,
|
||||
setuptools-scm,
|
||||
pythonOlder,
|
||||
setuptools-scm,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -27,6 +27,8 @@ buildPythonPackage rec {
|
||||
# in the closure of fontbakery. It seems to be compatible enough.
|
||||
pythonRelaxDeps = [ "protobuf" ];
|
||||
|
||||
env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user