Skip to content

Commit 80506cf

Browse files
committed
Minor fix
1 parent 2676b09 commit 80506cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/release/rpm/azure-cli.spec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,12 @@ A great cloud needs great tools; we're excited to introduce Azure CLI,
4848
source %{buildroot}%{cli_lib_dir}/bin/activate
4949
%{python_cmd} -m pip install --upgrade pip setuptools
5050
source %{repo_path}/scripts/install_full.sh
51+
# Remove unused SDK version
52+
%{python_cmd} %{repo_path}/scripts/trim_sdk.py
5153

5254
# cffi 1.15.0 doesn't work with RPM: https://foss.heptapod.net/pypy/cffi/-/issues/513
5355
%{python_cmd} -m pip install cffi==1.14.6
5456

55-
# Remove unused SDK version
56-
%{python_cmd} %{repo_path}/scripts/trim_sdk.py
57-
5857
deactivate
5958

6059
# Fix up %{buildroot} appearing in some files...

0 commit comments

Comments
 (0)