Unverified Commit 2101e61b authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.azure-mgmt-cosmosdb: fix deps

parent 8f183c2f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  buildPythonPackage,
  fetchPypi,
  isodate,
  msrest,
  setuptools,
}:

@@ -22,9 +23,10 @@ buildPythonPackage rec {
  build-system = [ setuptools ];

  dependencies = [
    isodate
    azure-common
    azure-mgmt-core
    isodate
    msrest
  ];

  # Module has no tests