!26 [sync] PR-21: add build require dbus-daemon for test

From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-12-01 03:33:47 +00:00 committed by Gitee
commit ecbdb8dc30
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 1.6
Release: 3
Release: 4
Summary: DBus library in Python 3
License: LGPLv2+
@ -22,7 +22,7 @@ to use and extend.}
%package -n python3-%{srcname}
Summary: %{summary}
BuildRequires: python3-devel python3-setuptools python3-gobject-base python3-pytest
BuildRequires: python3-devel python3-setuptools python3-gobject-base python3-pytest dbus-daemon
Requires: python3-gobject-base
%{?python_provide:%python_provide python3-%{srcname}}
@ -47,6 +47,12 @@ Requires: python3-gobject-base
%{python3_sitelib}/%{srcname}/
%changelog
* Tue Nov 28 2023 zhouyihang <zhouyihang3@h-partners.com> - 1.6-4
- Type: requirements
- ID: NA
- SUG: NA
- DESC: add buildrequire dbus-daemon for test
* Mon Nov 27 2023 zhouyihang <zhouyihang3@h-partners.com> - 1.6-3
- Type: requirements
- ID: NA