ordereddict: do not restrict to python2.6
This commit is contained in:
parent
2dcf536e44
commit
88a1b69090
@ -13659,8 +13659,8 @@ in modules // {
|
|||||||
# });
|
# });
|
||||||
|
|
||||||
ordereddict = buildPythonPackage rec {
|
ordereddict = buildPythonPackage rec {
|
||||||
name = "ordereddict-1.1";
|
name = "ordereddict-${version}";
|
||||||
disabled = !isPy26;
|
version = "1.1";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/o/ordereddict/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/o/ordereddict/${name}.tar.gz";
|
||||||
|
Loading…
Reference in New Issue
Block a user