termcolor: disable python2.7 restriction

This commit is contained in:
rnhmjoj 2015-10-11 23:51:10 +02:00
parent e769a56234
commit 6712a92c20

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";