We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71690e9 commit 2c95e2bCopy full SHA for 2c95e2b
Makefile
@@ -22,7 +22,7 @@ install-python-requirements:
22
install-python-requirements-dev: install-python-requirements
23
$(PYTHON) -m pip install -Ur requirements-dev.txt
24
install-deps:
25
- pkg install -q -y libucl py$(pyver)-ucl py$(pyver)-cython rsync python$(pyver) py$(pyver)-libzfs
+ pkg install -q -y libucl py$(pyver)-ucl py$(pyver)-setuptools rsync python$(pyver) py$(pyver)-libzfs
26
install-deps-dev: install-deps
27
if [ "`uname`" = "FreeBSD" ]; then pkg install -y gmake py$(pyver)-sqlite3; fi
28
install-dev: install-deps-dev install-python-requirements-dev
0 commit comments