Skip to content

Commit

Permalink
python311Packages.retry-decorator: rename from retry_decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Jan 7, 2024
1 parent 5570f4b commit 3eed54d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, retry_decorator
, retry-decorator
, rsa
, six
}:
Expand Down Expand Up @@ -43,7 +43,7 @@ buildPythonPackage rec {
httplib2
oauth2client
pyopenssl
retry_decorator
retry-decorator
rsa
six
];
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12524,7 +12524,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 { };

Expand Down

0 comments on commit 3eed54d

Please sign in to comment.