diff --git a/python-xapp.spec b/python-xapp.spec index f21f51e..4de16de 100644 --- a/python-xapp.spec +++ b/python-xapp.spec @@ -1,6 +1,6 @@ Name: python-xapp Version: 2.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python bindings for xapps License: LGPLv2 @@ -19,7 +19,10 @@ Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: gtk3 +Requires: python3-gobject-base Requires: python3-psutil +Requires: xapps %description -n python3-xapp %{summary}. @@ -45,6 +48,9 @@ Requires: python3-psutil %changelog +* Thu Jul 14 2022 Leigh Scott - 2.2.2-3 +- Add the requires needed for the imports + * Mon Jun 13 2022 Python Maint - 2.2.2-2 - Rebuilt for Python 3.11