From 28e0bde4c4b8f934ac89b3a38dc31f785244667f Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 27 Oct 2022 22:14:33 +0100 Subject: [PATCH] FreeBSD: Update python package references Install the "python" package to get the a friendly bin/python wrapper and install dependencies using origins rather than package names in order to install the default flavor. --- docs/Getting Started/FreeBSD.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/Getting Started/FreeBSD.rst b/docs/Getting Started/FreeBSD.rst index cbc3e35..817ab6d 100644 --- a/docs/Getting Started/FreeBSD.rst +++ b/docs/Getting Started/FreeBSD.rst @@ -56,8 +56,8 @@ The following dependencies are required to build OpenZFS on FreeBSD: - Optional packages for build: :: - pkg install python38 # or your preferred Python version - pkg install py38-sysctl # needed for arcstat, arc_summary, dbufstat + pkg install python + pkg install devel/py-sysctl # needed for arcstat, arc_summary, dbufstat - Packages for checks and tests: :: @@ -70,8 +70,7 @@ The following dependencies are required to build OpenZFS on FreeBSD: hs-ShellCheck \ ksh93 \ pamtester \ - py38-flake8 \ - python38 \ + devel/py-flake8 \ sudo Your preferred python version may be substituted. The user for