diff --git a/virtme.changes b/virtme.changes index 77e3be9..87356f5 100644 --- a/virtme.changes +++ b/virtme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 17 15:14:48 UTC 2024 - Michal Suchanek + +- Workaround python packaging deficiency + ------------------------------------------------------------------- Fri Sep 6 06:06:23 UTC 2024 - Michael Vetter diff --git a/virtme.spec b/virtme.spec index b126106..0c481f8 100644 --- a/virtme.spec +++ b/virtme.spec @@ -63,6 +63,8 @@ find . -name __pycache__ -type d -exec rm -fr {} + %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 %{_bindir}/virtme-configkernel