File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939make install
4040
4141$WORKDIR /python_env/bin/python3 -m pip install --upgrade pip setuptools
42- $WORKDIR /python_env/bin/python3 -m pip install setuptools==81.0.0
4342
4443export PATH=$PATH :$WORKDIR /python_env/bin
4544
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Homepage: https://github.com/azure/azure-cli
5858
5959Package: azure-cli
6060Architecture: any
61- Depends: \$ {shlibs:Depends}, \$ {misc:Depends}, libwebkit2gtk-4.1-dev
61+ Depends: \$ {shlibs:Depends}, \$ {misc:Depends}
6262Description: Azure CLI
6363 A great cloud needs great tools; we're excited to introduce Azure CLI,
6464 our next generation multi-platform command line experience for Azure.
@@ -106,7 +106,7 @@ override_dh_clean:
106106${TAB} dh_clean --exclude=__pycache__
107107
108108override_dh_shlibdeps:
109- ${TAB} dh_shlibdeps -X */site-packages/pymsalruntime/*
109+ ${TAB} dh_shlibdeps --exclude= */site-packages/pymsalruntime/*
110110
111111override_dh_install:
112112${TAB} mkdir -p debian/azure-cli/opt/az
You can’t perform that action at this time.
0 commit comments