forked from pool/virtme
Accepting request 1201668 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1201668 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtme?expand=0&rev=19
This commit is contained in:
commit
9475cb6747
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 17 15:14:48 UTC 2024 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
- Workaround python packaging deficiency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 6 06:06:23 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Fri Sep 6 06:06:23 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -63,6 +63,8 @@ find . -name __pycache__ -type d -exec rm -fr {} +
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
export PYTHONDONTWRITEBYTECODE=1 %python_install
|
export PYTHONDONTWRITEBYTECODE=1 %python_install
|
||||||
|
# This is a buildtime requirement, not runtime requirement
|
||||||
|
sed -i -e /argparse-manpage/d $(find %{buildroot} -name requires.txt)
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/virtme-configkernel
|
%{_bindir}/virtme-configkernel
|
||||||
|
Loading…
Reference in New Issue
Block a user