pythonPackages.googleapis-common-protos: normalise package name
This commit is contained in:
parent
01e50d1136
commit
ba5b0e2445
@ -2,7 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, google-auth
|
, google-auth
|
||||||
, googleapis_common_protos
|
, googleapis-common-protos
|
||||||
, grpcio
|
, grpcio
|
||||||
, protobuf
|
, protobuf
|
||||||
, pytz
|
, pytz
|
||||||
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
googleapis_common_protos
|
googleapis-common-protos
|
||||||
google-auth
|
google-auth
|
||||||
grpcio
|
grpcio
|
||||||
protobuf
|
protobuf
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, grpcio
|
, grpcio
|
||||||
, googleapis_common_protos
|
, googleapis-common-protos
|
||||||
, pytest
|
, pytest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0bfb5b56f648f457021a91c0df0db4934b6e0c300bd0f2de2333383fe958aa72";
|
sha256 = "0bfb5b56f648f457021a91c0df0db4934b6e0c300bd0f2de2333383fe958aa72";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ grpcio googleapis_common_protos ];
|
propagatedBuildInputs = [ grpcio googleapis-common-protos ];
|
||||||
|
|
||||||
# non-standard test format, and python3 will load local google folder first
|
# non-standard test format, and python3 will load local google folder first
|
||||||
# but tests cannot be ran if google folder is removed or moved
|
# but tests cannot be ran if google folder is removed or moved
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, protobuf
|
, protobuf
|
||||||
, googleapis_common_protos
|
, googleapis-common-protos
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pytz
|
, pytz
|
||||||
}:
|
}:
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ protobuf ];
|
propagatedBuildInputs = [ protobuf ];
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook pytz googleapis_common_protos ];
|
checkInputs = [ pytestCheckHook pytz googleapis-common-protos ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "proto" ];
|
pythonImportsCheck = [ "proto" ];
|
||||||
|
|
||||||
|
@ -2668,7 +2668,7 @@ in {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
googleapis_common_protos = callPackage ../development/python-modules/googleapis_common_protos { };
|
googleapis-common-protos = callPackage ../development/python-modules/googleapis-common-protos { };
|
||||||
|
|
||||||
google-apputils = callPackage ../development/python-modules/google-apputils { };
|
google-apputils = callPackage ../development/python-modules/google-apputils { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user