python3Packages.azure-mgmt-iothubprovisioningservices: modernize
This commit is contained in:
@@ -10,13 +10,15 @@
|
||||
azure-mgmt-nspkg,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "azure-mgmt-iothubprovisioningservices";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
inherit (finalAttrs) pname version;
|
||||
extension = "zip";
|
||||
hash = "sha256-04OoJuff93L62G6IozpmHpEaUbHHHD6nKlkMHVoJvJ4=";
|
||||
};
|
||||
@@ -36,6 +38,8 @@ buildPythonPackage rec {
|
||||
# has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "azure.mgmt.iothubprovisioningservices" ];
|
||||
|
||||
meta = {
|
||||
description = "This is the Microsoft Azure IoTHub Provisioning Services Client Library";
|
||||
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
||||
@@ -44,4 +48,4 @@ buildPythonPackage rec {
|
||||
maxwilson
|
||||
];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user