Skip to content

Commit

Permalink
python.pkgs: alias dateutil to python-dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Sep 23, 2017
1 parent b1c4498 commit 5e91691
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4667,7 +4667,10 @@ in {
};
};

dateutil = callPackage ../development/python-modules/dateutil { };
# Actual name of package
python-dateutil = callPackage ../development/python-modules/dateutil { };
# Alias that we should deprecate
dateutil = self.python-dateutil;

# Buildbot 0.8.7p1 needs dateutil==1.5
dateutil_1_5 = buildPythonPackage (rec {
Expand Down

0 comments on commit 5e91691

Please sign in to comment.