Skip to content

Commit 73aad8b

Browse files
Update python package build command
1 parent 1e70a48 commit 73aad8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-cockpit-python.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
(require 'test-cockpit)
1818

19-
(defvar test-cockpit-python-build-ext-command "python setup.py build_ext --inplace"
19+
(defvar test-cockpit-python-build-ext-command "pip install -e . --no-deps"
2020
"The command to build the python extensions.")
2121

2222
(defclass test-cockpit-python-engine (test-cockpit--engine) ())

0 commit comments

Comments
 (0)