Skip to content

Commit

Permalink
Removed Python 2 and Python 3.5- support
Browse files Browse the repository at this point in the history
Deprecation of Python versions below 3.6 gives opportunity to unify the
build and install requirements for OpenZFS packages. The minimal
supported Python version is 3.6 as this is the most recent Python
package CentOS/RHEL 7 users can get.

Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Rich Ercolani <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Signed-off-by: szubersk <[email protected]>
Closes openzfs#12925
  • Loading branch information
szubersk authored and tonyhutter committed Apr 13, 2023
1 parent e202d3b commit 07cc8ae
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 1,316 deletions.
7 changes: 1 addition & 6 deletions cmd/arc_summary/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
bin_SCRIPTS = arc_summary

CLEANFILES = arc_summary
EXTRA_DIST = arc_summary2 arc_summary3

if USING_PYTHON_2
SCRIPT = arc_summary2
else
EXTRA_DIST = arc_summary3
SCRIPT = arc_summary3
endif

arc_summary: $(SCRIPT)
cp $< $@
Loading

0 comments on commit 07cc8ae

Please sign in to comment.