Skip to content

Commit

Permalink
typo: added missing PipInstallCommand macro
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Mar 16, 2022
1 parent f1037a7 commit 00a2eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-with-pip.file
Expand Up @@ -52,8 +52,8 @@
%if "%{?PipDepsCommand:set}" != "set"
%define PipDepsCommand $(pip3 check --disable-pip-version-check | %{PipDepsMatch} %{PipDepsPost} | tr '\n' ' ')
%endif
%if "%{?PipDepsCommand:set}" != "set"
%define PipDepsCommand pip3 install --no-clean --no-deps --no-index --no-build-isolation --no-cache-dir --disable-pip-version-check --user -v %{PipInstallOptions} %{PipBuildOptions} $PIPFILE
%if "%{?PipInstallCommand:set}" != "set"
%define PipInstallCommand pip3 install --no-clean --no-deps --no-index --no-build-isolation --no-cache-dir --disable-pip-version-check --user -v %{PipInstallOptions} %{PipBuildOptions} $PIPFILE
%endif

%define pip pip3&package_dependency=py3-pip
Expand Down

0 comments on commit 00a2eba

Please sign in to comment.