Merge pull request #10331 from rnhmjoj/termcolor
termcolor: disable python2.7 restriction
This commit is contained in:
commit
a0beb7c348
|
@ -17961,7 +17961,6 @@ let
|
||||||
|
|
||||||
termcolor = buildPythonPackage rec {
|
termcolor = buildPythonPackage rec {
|
||||||
name = "termcolor-1.1.0";
|
name = "termcolor-1.1.0";
|
||||||
disabled = ! isPy27;
|
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/t/termcolor/termcolor-1.1.0.tar.gz";
|
url = "https://pypi.python.org/packages/source/t/termcolor/termcolor-1.1.0.tar.gz";
|
||||||
|
|
Loading…
Reference in New Issue