forked from mirrors/nixpkgs
python310Packages.keyring: 23.5.0 -> 23.5.1
https://github.com/jaraco/keyring/blob/v23.5.1/CHANGES.rst
This commit is contained in:
parent
130bff590e
commit
fa49483a26
|
@ -13,12 +13,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "keyring";
|
pname = "keyring";
|
||||||
version = "23.5.0";
|
version = "23.5.1";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-kBJQjhQagL0cC2d41cYQ3Z+MRk11rGd0JIUAUD+XL7k=";
|
hash = "sha256-3uUCzfGKmCEb70KO6hFFajPABxiy8IUk/Vcnx/Qkv/0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -28,8 +30,7 @@ buildPythonPackage rec {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
# this should be optional, however, it has a different API
|
# this should be optional, however, it has a different API
|
||||||
importlib-metadata # see https://github.com/jaraco/keyring/issues/503#issuecomment-798973205
|
importlib-metadata # see https://github.com/jaraco/keyring/issues/503#issuecomment-798973205
|
||||||
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
dbus-python
|
|
||||||
jeepney
|
jeepney
|
||||||
secretstorage
|
secretstorage
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue