summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2021-07-05 14:09:24 +0800
committerPeter Hoeg <peter@hoeg.com>2021-07-05 14:09:24 +0800
commitdafd9282566f439fe27fcdaf061c0220bb48f0dd (patch)
tree26834b1cbdf3d3b0cd4ac3c239e13cdb78cfff13 /pkgs/top-level/python-aliases.nix
parent20887e4bbfdae3aed6bfa1f53ddf138ee325515e (diff)
downloadnixpkgs-dafd9282566f439fe27fcdaf061c0220bb48f0dd.tar
nixpkgs-dafd9282566f439fe27fcdaf061c0220bb48f0dd.tar.gz
nixpkgs-dafd9282566f439fe27fcdaf061c0220bb48f0dd.tar.bz2
nixpkgs-dafd9282566f439fe27fcdaf061c0220bb48f0dd.tar.lz
nixpkgs-dafd9282566f439fe27fcdaf061c0220bb48f0dd.tar.xz
nixpkgs-dafd9282566f439fe27fcdaf061c0220bb48f0dd.tar.zst
nixpkgs-dafd9282566f439fe27fcdaf061c0220bb48f0dd.zip
tvnamer: move out of python3Packages
tvnamer is an application and should as such never have existed under
python3Packages so move it out where it belongs.

At the same time override tvdb_api to use an older requests-cache as it
has a hard requirement on requests-cache < 0.6.
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 124a9533dcc..ed772c1a1e8 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -58,5 +58,6 @@ mapAliases ({
   smart_open = smart-open; # added 2021-03-14
   smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
   topydo = throw "python3Packages.topydo was moved to topydo"; # 2017-09-22
+  tvnamer = throw "python3Packages.tvnamer was moved to tvnamer"; # 2021-07-05
   websocket_client = websocket-client;
 })