python3Packages.craft-store: use keyring_24 instead of keyring.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
pydantic_1,
|
||||
pyyaml,
|
||||
pytestCheckHook,
|
||||
keyring,
|
||||
keyring_24,
|
||||
macaroonbakery,
|
||||
overrides,
|
||||
pyxdg,
|
||||
@@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
keyring
|
||||
keyring_24
|
||||
macaroonbakery
|
||||
overrides
|
||||
pydantic_1
|
||||
|
||||
Reference in New Issue
Block a user