Skip to content

Commit 21130c8

Browse files
committed
Do not install cython into the venv
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent aee216c commit 21130c8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ create_virtualenv() {
242242
--no-vcs-ignore \
243243
$CFG_QUIET \
244244
"$CFG_ROOT_DIR/$VENV_DIR"
245-
"$CFG_BIN_DIR/pip" install cython
246245
fi
247246
}
248247

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["cython", "setuptools", "wheel"]
2+
requires = ["setuptools", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]

0 commit comments

Comments
 (0)