about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2021-11-20 16:11:06 -0300
committerGitHub <noreply@github.com>2021-11-20 16:11:06 -0300
commit3ed32e193758ed15b6096418bcd889094dcc88ba (patch)
tree857d9b112ba25181794ee34a8ba398684abf9d65 /pkgs/top-level/python-aliases.nix
parent8f8970febd0930d851efd99fe481fe5dba15027b (diff)
parent454a8706ca6aadb820890a0b8126d307a89d85c6 (diff)
downloadnixlib-3ed32e193758ed15b6096418bcd889094dcc88ba.tar
nixlib-3ed32e193758ed15b6096418bcd889094dcc88ba.tar.gz
nixlib-3ed32e193758ed15b6096418bcd889094dcc88ba.tar.bz2
nixlib-3ed32e193758ed15b6096418bcd889094dcc88ba.tar.lz
nixlib-3ed32e193758ed15b6096418bcd889094dcc88ba.tar.xz
nixlib-3ed32e193758ed15b6096418bcd889094dcc88ba.tar.zst
nixlib-3ed32e193758ed15b6096418bcd889094dcc88ba.zip
Merge pull request #146672 from Prillan/ZHF-remove-dogpile-core
pythonPackages.dogpile-core: remove
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 5ba2d5b0643e..578803d0da73 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -48,6 +48,7 @@ mapAliases ({
   django_taggit = django-taggit; # added 2021-10-11
   dns = dnspython; # added 2017-12-10
   dogpile_cache = dogpile-cache; # added 2021-10-28
+  dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead"; # added 2021-11-20
   faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12
   gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14
   glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28