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.
This commit is contained in:
Brooks Davis
2022-10-27 22:14:33 +01:00
committed by George Melikov
parent f8a3542b58
commit 28e0bde4c4

View File

@@ -56,8 +56,8 @@ The following dependencies are required to build OpenZFS on FreeBSD:
- Optional packages for build: - Optional packages for build:
:: ::
pkg install python38 # or your preferred Python version pkg install python
pkg install py38-sysctl # needed for arcstat, arc_summary, dbufstat pkg install devel/py-sysctl # needed for arcstat, arc_summary, dbufstat
- Packages for checks and tests: - Packages for checks and tests:
:: ::
@@ -70,8 +70,7 @@ The following dependencies are required to build OpenZFS on FreeBSD:
hs-ShellCheck \ hs-ShellCheck \
ksh93 \ ksh93 \
pamtester \ pamtester \
py38-flake8 \ devel/py-flake8 \
python38 \
sudo sudo
Your preferred python version may be substituted. The user for Your preferred python version may be substituted. The user for