File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ CFG_ROOT_DIR="$( cd "$( dirname "${CFG_BIN}" )" && pwd )"
118118
119119CFG_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
122122if [[ $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 \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments