Merge pull request #10331 from rnhmjoj/termcolor

termcolor: disable python2.7 restriction
This commit is contained in:
Peter Simons 2015-10-12 10:19:22 +02:00
commit a0beb7c348

View file

@ -17961,7 +17961,6 @@ let
termcolor = buildPythonPackage rec {
name = "termcolor-1.1.0";
disabled = ! isPy27;
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/t/termcolor/termcolor-1.1.0.tar.gz";