Merge pull request #194318 from r-ryantm/auto-update/python310Packages.google-cloud-iot

python310Packages.google-cloud-iot: 2.6.2 -> 2.6.3
This commit is contained in:
Fabian Affolter 2022-10-04 09:24:27 +02:00 committed by GitHub
commit a17ba2a1a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,21 +7,34 @@
, proto-plus
, pytestCheckHook
, pytest-asyncio
, pythonOlder
, mock
}:
buildPythonPackage rec {
pname = "google-cloud-iot";
version = "2.6.2";
version = "2.6.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BCNpEZdpBRkRa6p8OwDoE6F70ljbSg6doG83hCnQbwM=";
hash = "sha256-UB1kxnKobjR1xpezanpgrVg7bU7sA5r2sn7fRbwSrdY=";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];
propagatedBuildInputs = [
grpc-google-iam-v1
google-api-core
libcst
proto-plus
];
checkInputs = [ mock pytestCheckHook pytest-asyncio ];
checkInputs = [
mock
pytestCheckHook
pytest-asyncio
];
disabledTests = [
# requires credentials