From b775baa237794af2d9d3923d2b0fd810a552c7f8 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 1 Aug 2024 09:53:52 +0200 Subject: [PATCH] textual: add new deps for latest version --- pyexternals/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyexternals/CMakeLists.txt b/pyexternals/CMakeLists.txt index c6d92919d0..2602b9d5f6 100644 --- a/pyexternals/CMakeLists.txt +++ b/pyexternals/CMakeLists.txt @@ -8069,7 +8069,7 @@ LCGPackage_Add( ENDIF COMMAND ${CMAKE_SOURCE_DIR}/pyexternals/Python_postinstall.sh <INSTALL_DIR> BUILD_IN_SOURCE 1 - DEPENDS Python setuptools rich IF <VERSION> VERSION_GREATER_EQUAL 0.74.0 THEN pip ENDIF + DEPENDS Python setuptools rich IF <VERSION> VERSION_GREATER_EQUAL 0.74.0 THEN pip markdown_it_py typing_extensions ENDIF ) -- GitLab