···5 fonttools,
6 protobuf,
7 pytestCheckHook,
8- setuptools-scm,
9 pythonOlder,
010}:
1112buildPythonPackage rec {
···26 # so we need to use protobuf 4 here as well to avoid a conflict
27 # in the closure of fontbakery. It seems to be compatible enough.
28 pythonRelaxDeps = [ "protobuf" ];
002930 build-system = [ setuptools-scm ];
31
···5 fonttools,
6 protobuf,
7 pytestCheckHook,
08 pythonOlder,
9+ setuptools-scm,
10}:
1112buildPythonPackage rec {
···26 # so we need to use protobuf 4 here as well to avoid a conflict
27 # in the closure of fontbakery. It seems to be compatible enough.
28 pythonRelaxDeps = [ "protobuf" ];
29+30+ env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";
3132 build-system = [ setuptools-scm ];
33