Skip to content

Commit 2c95e2b

Browse files
igalicgronke
authored andcommitted
we don't need cython to build, but we do need setuptools!
make sure it comes in the correct version
1 parent 71690e9 commit 2c95e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install-python-requirements:
2222
install-python-requirements-dev: install-python-requirements
2323
$(PYTHON) -m pip install -Ur requirements-dev.txt
2424
install-deps:
25-
pkg install -q -y libucl py$(pyver)-ucl py$(pyver)-cython rsync python$(pyver) py$(pyver)-libzfs
25+
pkg install -q -y libucl py$(pyver)-ucl py$(pyver)-setuptools rsync python$(pyver) py$(pyver)-libzfs
2626
install-deps-dev: install-deps
2727
if [ "`uname`" = "FreeBSD" ]; then pkg install -y gmake py$(pyver)-sqlite3; fi
2828
install-dev: install-deps-dev install-python-requirements-dev

0 commit comments

Comments
 (0)