From: Venky Shankar Date: Wed, 26 Apr 2023 01:29:26 +0000 (+0530) Subject: Revert "tools/cephfs/top/CMakeList.txt: check the minimum compatible python version... X-Git-Tag: v19.0.0~1336^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F51223%2Fhead;p=ceph.git Revert "tools/cephfs/top/CMakeList.txt: check the minimum compatible python version for cephfs-top" Signed-off-by: Venky Shankar --- diff --git a/doc/cephfs/cephfs-top.rst b/doc/cephfs/cephfs-top.rst index 49439a4bd18b..62aefed8e563 100644 --- a/doc/cephfs/cephfs-top.rst +++ b/doc/cephfs/cephfs-top.rst @@ -112,5 +112,3 @@ The metrics display can be scrolled using the Arrow Keys, PgUp/PgDn, Home/End an Sample screenshot running `cephfs-top` with 2 filesystems: .. image:: cephfs-top.png - -.. note:: Minimum compatible python version for cephfs-top is 3.6.0. cephfs-top is supported on distros RHEL 8, Ubuntu 18.04, CentOS 8 and above. diff --git a/src/tools/cephfs/top/CMakeLists.txt b/src/tools/cephfs/top/CMakeLists.txt index a31d98ddef3e..49750c850af0 100644 --- a/src/tools/cephfs/top/CMakeLists.txt +++ b/src/tools/cephfs/top/CMakeLists.txt @@ -5,7 +5,3 @@ if(WITH_TESTS) include(AddCephTest) add_tox_test(cephfs-top) endif() - -set(MINIMUM_COMPATIBLE_VERSION 3.6.0) -find_package(Python3 ${MINIMUM_COMPATIBLE_VERSION} REQUIRED - COMPONENTS Interpreter Development)