about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-07 02:07:34 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-07 02:07:34 +0200
commit77cdee19460acb111ed280ffd4b966b2cbaff2b9 (patch)
tree5730ae585f187a61c4c85ec1df61e012ee44fc74
parentce0ebc2e1599b20b46baacc3094d2e9cda317d66 (diff)
fixup! python3Packages.azure-data-tables: init at 12.4.0
-rw-r--r--pkgs/development/python-modules/azure-data-tables/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/azure-data-tables/default.nix b/pkgs/development/python-modules/azure-data-tables/default.nix
index e71a44896e919..7f2933e01a561 100644
--- a/pkgs/development/python-modules/azure-data-tables/default.nix
+++ b/pkgs/development/python-modules/azure-data-tables/default.nix
@@ -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";