diff options
-rw-r--r-- | dbus-python.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dbus-python.spec b/dbus-python.spec index c2f8ad5..f06ee9b 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -15,6 +15,9 @@ BuildRequires: pkgconfig(gthread-2.0) >= 2.40 BuildRequires: python3-devel BuildRequires: /usr/bin/dbus-run-session BuildRequires: python3-gobject +BuildRequires: python3dist(setuptools) +BuildRequires: python3dist(setuptools-scm) +BuildRequires: python3dist(wheel) %description Dbus-python is the original Python binding for dbus, the reference @@ -22,7 +25,6 @@ implementation of the D-Bus protocol. %package -n python3-dbus Summary: Python3 bindings for dbus -BuildRequires: python3-devel Provides: dbus-python = %{version}-%{release} Obsoletes: dbus-python < %{version}-%{release} %{?python_provide:%python_provide python3-dbus} |