python3Packages.craft-store: use keyring_24 instead of keyring.

This commit is contained in:
Jon Seager
2024-07-10 16:43:46 +02:00
parent 6b4f23015c
commit 5cafa935fe
@@ -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