mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
ordereddict: do not restrict to python2.6
This commit is contained in:
parent
2dcf536e44
commit
88a1b69090
1 changed files with 2 additions and 2 deletions
|
@ -13659,8 +13659,8 @@ in modules // {
|
|||
# });
|
||||
|
||||
ordereddict = buildPythonPackage rec {
|
||||
name = "ordereddict-1.1";
|
||||
disabled = !isPy26;
|
||||
name = "ordereddict-${version}";
|
||||
version = "1.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/o/ordereddict/${name}.tar.gz";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue