mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
termcolor: disable python2.7 restriction
This commit is contained in:
parent
e769a56234
commit
6712a92c20
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user