We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accbb66 commit 377ee22Copy full SHA for 377ee22
scripts/release/debian/prepare.sh
@@ -53,13 +53,12 @@ Section: python
53
Priority: extra
54
Maintainer: Azure Python CLI Team <azpycli@microsoft.com>
55
Build-Depends: debhelper (>= 9), libssl-dev, libffi-dev, python3-dev
56
-Depends: libwebkit2gtk-4.1-dev
57
Standards-Version: 3.9.5
58
Homepage: https://github.com/azure/azure-cli
59
60
Package: azure-cli
61
Architecture: any
62
-Depends: \${shlibs:Depends}, \${misc:Depends}
+Depends: \${shlibs:Depends}, \${misc:Depends}, libwebkit1gtk-4.1-dev
63
Description: Azure CLI
64
A great cloud needs great tools; we're excited to introduce Azure CLI,
65
our next generation multi-platform command line experience for Azure.
0 commit comments