python311Packages.openstacksdk: dependency appdirs has been replaced by platformdirs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user