mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Merge pull request #14984 from adnelson/enable_ordereddict
ordereddict: do not restrict to python2.6
This commit is contained in:
commit
7465bcd67a
@ -13683,8 +13683,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…
Reference in New Issue
Block a user