From 6d618732aea931f9f07d383b2517cb003adf964a Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 20 Jan 2022 18:33:07 +0100 Subject: [PATCH] colorama --- products/sphinxintl.pyconf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/products/sphinxintl.pyconf b/products/sphinxintl.pyconf index c81fff9..0a17f65 100644 --- a/products/sphinxintl.pyconf +++ b/products/sphinxintl.pyconf @@ -15,7 +15,7 @@ default : { env_script : "sphinxintl.py" } - depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz', 'colorama'] + depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base' @@ -30,7 +30,8 @@ default_win : { compil_script : 'pip_install_whl' + $VARS.scriptExtension archive_info : {archive_name : "sphinxintl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"} - depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz', 'colorama'] + depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz'] + opt_depend: ['colorama'] } version_2_0_0_win_dbg : @@ -44,7 +45,7 @@ version_2_0_0_win_dbg : { env_script : "sphinxintl.py" } - depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz', 'colorama'] + depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base' -- 2.39.2