Skip to content

Commit

Permalink
update python spec
Browse files Browse the repository at this point in the history
 * need to be fixed
  • Loading branch information
MrDuartePT committed Aug 28, 2023
1 parent fc42d9d commit abbe5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/legion_linux/lenovolegionlinux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ See documenation of LenovoLegionLinux
%setup -n %{name}-%{unmangled_version} -n %{name}-%{unmangled_version}

%build
python -m build --wheel --no-isolation
python3 setup.py build

%install
python -m installer --destdir="$RPM_BUILD_ROOT" dist/*.whl
python3 setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down

0 comments on commit abbe5fc

Please sign in to comment.