]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "tools/cephfs/top/CMakeList.txt: check the minimum compatible python version... 51223/head
authorVenky Shankar <vshankar@redhat.com>
Wed, 26 Apr 2023 01:29:26 +0000 (06:59 +0530)
committerVenky Shankar <vshankar@redhat.com>
Wed, 26 Apr 2023 01:30:28 +0000 (07:00 +0530)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
doc/cephfs/cephfs-top.rst
src/tools/cephfs/top/CMakeLists.txt

index 49439a4bd18bbed75659a627d84c98b5cd9e0fce..62aefed8e5638702135428e93571badb0d5a227c 100644 (file)
@@ -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.
index a31d98ddef3e298fd00a5947244bee438eaa95fc..49750c850af046ea07380df7d44c819b29368990 100644 (file)
@@ -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)