diff options
| author | CoprDistGit <infra@openeuler.org> | 2025-03-24 17:18:59 +0000 | 
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2025-03-24 17:18:59 +0000 | 
| commit | f529d1d31803b3d12613507cf5469f3b39bc3b6a (patch) | |
| tree | c560295007c5edcd298fadeed640c406956cbcd0 | |
| parent | beecb5615e0766fe076537d5daa2fc001f8612b4 (diff) | |
automatic import of dbus-pythonopeneuler24.03_LTS_SP1
| -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}  | 
