mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Remove unused functions.
This commit is contained in:
parent
5c31c45d05
commit
8d951d5025
1 changed files with 0 additions and 25 deletions
|
@ -1286,31 +1286,6 @@ build_package_ensurepip() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Post-install check that the readline extension was built.
|
||||
build_package_verify_readline() {
|
||||
verify_python_module "readline" "GNU readline lib"
|
||||
}
|
||||
|
||||
# Post-install check that the ssl extension was built.
|
||||
build_package_verify_ssl() {
|
||||
verify_python_module "ssl" "OpenSSL lib"
|
||||
}
|
||||
|
||||
# Post-install check that the sqlite3 extension was built.
|
||||
build_package_verify_sqlite3() {
|
||||
verify_python_module "sqlite3" "SQLite3 lib"
|
||||
}
|
||||
|
||||
# Post-install check that the zlib extension was built.
|
||||
build_package_verify_zlib() {
|
||||
verify_python_module "zlib" "zlib"
|
||||
}
|
||||
|
||||
# Post-install check that the bz2 extension was built.
|
||||
build_package_verify_bz2() {
|
||||
verify_python_module "bz2" "bzip2 lib"
|
||||
}
|
||||
|
||||
version() {
|
||||
echo "python-build ${PYTHON_BUILD_VERSION}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue