summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-07-03 13:24:04 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-07-03 13:51:06 +0200
commit88cb011dfe8c1cdaeffcf68ca97315507b426cba (patch)
treeb36267ee390e50eb84d3bb0215d886c3709618e3 /pkgs/top-level/python-aliases.nix
parent1ec565191387e1ed6dc5c7a355cdf58a2b56336a (diff)
downloadnixpkgs-88cb011dfe8c1cdaeffcf68ca97315507b426cba.tar
nixpkgs-88cb011dfe8c1cdaeffcf68ca97315507b426cba.tar.gz
nixpkgs-88cb011dfe8c1cdaeffcf68ca97315507b426cba.tar.bz2
nixpkgs-88cb011dfe8c1cdaeffcf68ca97315507b426cba.tar.lz
nixpkgs-88cb011dfe8c1cdaeffcf68ca97315507b426cba.tar.xz
nixpkgs-88cb011dfe8c1cdaeffcf68ca97315507b426cba.tar.zst
nixpkgs-88cb011dfe8c1cdaeffcf68ca97315507b426cba.zip
pythonPackages.dateutil: move to python-aliases.nix
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 7ea35711623..75b407c0e57 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -35,6 +35,7 @@ in
 mapAliases ({
   blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # Added 2020-11-29
   bugseverywhere = throw "bugseverywhere has been removed: Abandoned by upstream."; # Added 2019-11-27
+  dateutil = python-dateutil; # added 2021-07-03
   detox = throw "detox is no longer maintained, and was broken since may 2019"; # added 2020-07-04
   dns = dnspython; # Alias for compatibility, 2017-12-10
   faulthandler = throw "faulthandler is built into ${python.executable}";