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

This commit is contained in:
Jon Seager 2024-07-09 12:48:12 +02:00
parent 6b4f23015c
commit 5cafa935fe
No known key found for this signature in database

View File

@ -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