From e638585d88514f4b80cf1ae7565d3f593906d88f Mon Sep 17 00:00:00 2001 From: qc784398 Date: Wed, 27 Jan 2021 15:13:20 +0100 Subject: [PATCH] Adapt sphinxintl overwrite (CO8) to be able to build it with native Python --- applications/SALOME-master-native.pyconf | 1 + products/sphinxintl.pyconf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index 7550f05..847604f 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -195,6 +195,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 : [] -- 2.39.2