Unverified Commit 6e7c1c16 authored by Nick Cao's avatar Nick Cao
Browse files

python311Packages.openstacksdk: dependency appdirs has been replaced by platformdirs

parent 6f74d8a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, buildPythonPackage
, callPackage
, fetchPypi
, appdirs
, platformdirs
, cryptography
, dogpile-cache
, jmespath
@@ -30,7 +30,7 @@ buildPythonPackage rec {
  };

  propagatedBuildInputs = [
    appdirs
    platformdirs
    cryptography
    dogpile-cache
    jmespath