about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-06-24 13:30:53 +0200
committerGitHub <noreply@github.com>2022-06-24 13:30:53 +0200
commitf042e1e349c2f08f44c15d9f08061e8ad3c9a79d (patch)
treedb836317eb59ef7dd6b398b6a592e08c811a9fcf /pkgs/top-level/python-aliases.nix
parentcefa86f18f9f8d57ec89d08d1016a01db69c2c56 (diff)
parent2d9ea7483517a50c669f37d72dc1e0d47db04362 (diff)
Merge pull request #178637 from SuperSandro2000/email-validator
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 8fd557ce60a63..a6c676ea60156 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -69,6 +69,7 @@ mapAliases ({
   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
   eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03
+  email_validator = email-validator; # added 2022-06-22
   fake_factory = throw "fake_factory has been removed because it is unused and deprecated by upstream since 2016."; # added 2022-05-30
   faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12
   flask_testing = flask-testing; # added 2022-04-25