fixup! python3Packages.azure-data-tables: init at 12.4.0

This commit is contained in:
Sandro Jäckel 2022-06-07 02:07:34 +02:00
parent ce0ebc2e15
commit 77cdee1946
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -23,6 +23,8 @@ buildPythonPackage rec {
# has no tests
doCheck = false;
pythonImportsCheck = [ "azure.data.tables" ];
meta = with lib; {
description = "NoSQL data storage service that can be accessed from anywhere";
homepage = "https://github.com/Azure/azure-sdk-for-python";