From: qc784398 Date: Wed, 27 Jan 2021 14:13:20 +0000 (+0100) Subject: Adapt sphinxintl overwrite (CO8) to be able to build it with native Python X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6d10821917ba341c35561c7a8621aa3af17c9500;p=tools%2Fsat_salome.git Adapt sphinxintl overwrite (CO8) to be able to build it with native Python --- diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index 1f50ab9..4847260 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -199,6 +199,7 @@ __overwrite__ : # To avoid its missing (system_info pyconf key doesn't handle this use case), we embed it. __condition__ : "VARS.dist in ['CO8']" 'APPLICATION.products.sphinxintl' : '0.9.10' + 'PRODUCTS.sphinxintl.default.properties.pip' : "no" } ] diff --git a/products/sphinxintl.pyconf b/products/sphinxintl.pyconf index fba6498..eb41010 100644 --- a/products/sphinxintl.pyconf +++ b/products/sphinxintl.pyconf @@ -6,7 +6,7 @@ default : get_source : "archive" system_info : { - rpm : [] + rpm : ["python3-sphinx-intl"] rpm_dev : [] apt : ["sphinx-intl"] apt_dev : []