pythonPackages.googleapis-common-protos: normalise package name

This commit is contained in:
Sandro Jäckel
2021-03-06 00:02:05 +01:00
parent 01e50d1136
commit ba5b0e2445
5 changed files with 7 additions and 7 deletions
@@ -3,7 +3,7 @@
, fetchPypi
, isPy3k
, protobuf
, googleapis_common_protos
, googleapis-common-protos
, pytestCheckHook
, pytz
}:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ protobuf ];
checkInputs = [ pytestCheckHook pytz googleapis_common_protos ];
checkInputs = [ pytestCheckHook pytz googleapis-common-protos ];
pythonImportsCheck = [ "proto" ];