python39Packages.azure-mgmt-recoveryservicesbackup: add import check

launchpad/nixpkgs/master
Sandro Jäckel 3 years ago
parent 3017b8d167
commit 8d2d845ec6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      pkgs/development/python-modules/azure-mgmt-recoveryservicesbackup/default.nix

@ -29,6 +29,8 @@ buildPythonPackage rec {
# has no tests
doCheck = false;
pythonImportsCheck = [ "azure.mgmt.recoveryservicesbackup" ];
meta = with lib; {
description = "This is the Microsoft Azure Recovery Services Backup Management Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";

Loading…
Cancel
Save