mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
Merge pull request #279369 from Stunkymonkey/retry-decorator-normalize
python311Packages.retry-decorator: rename from retry_decorator
This commit is contained in:
commit
0661ef8d54
@ -11,7 +11,7 @@
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, retry_decorator
|
||||
, retry-decorator
|
||||
, rsa
|
||||
, six
|
||||
}:
|
||||
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||
httplib2
|
||||
oauth2client
|
||||
pyopenssl
|
||||
retry_decorator
|
||||
retry-decorator
|
||||
rsa
|
||||
six
|
||||
];
|
||||
|
@ -421,6 +421,7 @@ mapAliases ({
|
||||
rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
|
||||
recaptcha_client = throw "recaptcha_client has been removed since it is no longer maintained"; # added 2023-10-20
|
||||
rednose = throw "rednose is no longer maintained (since February 2018)"; # added 2023-08-06
|
||||
retry_decorator = retry-decorator; # added 2024-01-07
|
||||
retworkx = rustworkx; # added 2023-05-14
|
||||
repeated_test = repeated-test; # added 2022-11-15
|
||||
repoze_lru = repoze-lru; # added 2023-11-11
|
||||
|
@ -12578,7 +12578,7 @@ self: super: with self; {
|
||||
|
||||
retry = callPackage ../development/python-modules/retry { };
|
||||
|
||||
retry_decorator = callPackage ../development/python-modules/retry_decorator { };
|
||||
retry-decorator = callPackage ../development/python-modules/retry-decorator { };
|
||||
|
||||
retrying = callPackage ../development/python-modules/retrying { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user