mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-22 23:20:47 +00:00
Add genc
as a dependency
This commit is contained in:
parent
2158e8224a
commit
bb352f8822
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ if [ -z "${PYENV_BOOTSTRAP_VERSION}" ]; then
|
|||
done
|
||||
fi
|
||||
if [ -n "$PYENV_BOOTSTRAP_VERSION" ]; then
|
||||
for dep in curses pycparser; do
|
||||
for dep in curses genc pycparser; do
|
||||
if ! PYENV_VERSION="$PYENV_BOOTSTRAP_VERSION" pyenv-exec python -c "import ${dep}" 1>/dev/null 2>&1; then
|
||||
echo "pyenv-install: $VERSION_NAME: PyPy requires \`${dep}' in $PYENV_BOOTSTRAP_VERSION to build from source." >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue