mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
As ludo attented, I remove the 'python-' name prefix for
the dateutil python package. I initially wrote it because the original name includes it, but I agree we better don't have it named "python-python-dateutil". svn path=/nixpkgs/trunk/; revision=19343
This commit is contained in:
parent
9c8c4159b5
commit
c0033794ba
@ -54,7 +54,7 @@ rec {
|
||||
});
|
||||
|
||||
dateutil = buildPythonPackage (rec {
|
||||
name = "python-dateutil-1.4.1";
|
||||
name = "dateutil-1.4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/p/python-dateutil/${name}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user