Skip to content

Commit 4366e8c

Browse files
committed
columnstore: fix python dependencies on sles123
1 parent cac7921 commit 4366e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/columnstore/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CMAKE_SYSTEM_PROCESSOR STREQUAL "i686")
1919
# To untie the python mess across distributions MCS supports.
2020
IF(RPM MATCHES "(rhel|centos)8|(sles|suse)15|fedora")
2121
SET(CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES "${CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES}, MariaDB-server >= 10.5.4, python3, binutils" PARENT_SCOPE)
22-
ELSEIF(RPM MATCHES "(centos|rhel)7")
22+
ELSEIF(RPM MATCHES "(centos|rhel)7|sles12")
2323
SET(CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES "${CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES}, MariaDB-server >= 10.5.4, python, binutils" PARENT_SCOPE)
2424
ELSE()
2525
SET(CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES "${CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES}, MariaDB-server >= 10.5.4, python or python2 or python3, binutils" PARENT_SCOPE)

0 commit comments

Comments
 (0)