修改包名
This commit is contained in:
parent
24b0a4d307
commit
34bef02d2e
@ -62,7 +62,7 @@ log_info "Installing Python packages..."
|
||||
cd "${PROJECT_ROOT}/python"
|
||||
for pkg in MarkupSafe-2.0.1*.whl Jinja2-3.0.1*.whl \
|
||||
click-8.0.1*.whl itsdangerous-2.0.1*.whl \
|
||||
werkzeug-2.0.1*.whl flask-2.0.1*.whl; do
|
||||
Werkzeug-2.0.1*.whl Flask-2.0.1*.whl; do
|
||||
if [ ! -f "$pkg" ]; then
|
||||
log_error "Required package not found: $pkg"
|
||||
exit 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user