mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
python.pkgs: alias dateutil to python-dateutil
This commit is contained in:
parent
b1c4498b41
commit
5e916914ef
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user