python311Packages.openstacksdk: dependency appdirs has been replaced by platformdirs

This commit is contained in:
Nick Cao
2024-01-10 17:47:21 -05:00
parent 6f74d8a5af
commit 6e7c1c164e
@@ -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