Skip to content

Commit e01dd1b

Browse files
committed
Install cython in venv
Signed-off-by: Jono Yang <[email protected]>
1 parent 3203906 commit e01dd1b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ CFG_ROOT_DIR="$( cd "$( dirname "${CFG_BIN}" )" && pwd )"
118118

119119
CFG_BIN_DIR=$CFG_ROOT_DIR/$VIRTUALENV_DIR/bin
120120

121-
# force relaunching under X86-64 architecture on macOS M1/ARM
121+
# force relaunching under X86-64 architecture on macOS M1/ARM
122122
if [[ $OSTYPE == 'darwin'* && $(uname -m) == 'arm64' && $(sysctl -in sysctl.proc_translated) == 0 ]]; then
123123
arch -x86_64 /bin/bash -c "$CFG_ROOT_DIR/configure $*"
124124
exit $?
@@ -253,7 +253,7 @@ install_packages() {
253253
# be reinstalled a second time and reused from the virtualenv and this
254254
# speeds up the installation.
255255
# We always have the PEP517 build dependencies installed already.
256-
256+
"$CFG_BIN_DIR/pip" install cython
257257
"$CFG_BIN_DIR/pip" install \
258258
--upgrade \
259259
--no-build-isolation \

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ install_requires =
7575
colorama >= 0.3.9
7676
commoncode >= 32.3.0
7777
container-inspector >= 31.0.0
78-
cython
7978
debian-inspector >= 31.1.0
8079
dparse2 >= 0.7.0
8180
fasteners

0 commit comments

Comments
 (0)