!25 enable test

From: @sherlock2010 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-11-30 06:34:37 +00:00 committed by Gitee
commit a9eb29b896
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 1.7
Release: 1
Release: 2
Summary: DBus library in Python 3
License: LGPLv2+
@ -20,7 +20,7 @@ to use and extend.}
%package -n python3-%{srcname}
Summary: %{summary}
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-devel python3-setuptools python3-gobject-base python3-pytest dbus-daemon
Requires: python3-gobject-base
%{?python_provide:%python_provide python3-%{srcname}}
@ -35,6 +35,9 @@ Requires: python3-gobject-base
%install
%py3_install
%check
%{__python3} -m pytest -v
%files -n python3-%{srcname}
%license LICENSE
%doc README.md
@ -42,6 +45,12 @@ Requires: python3-gobject-base
%{python3_sitelib}/%{srcname}/
%changelog
* Tue Nov 28 2023 zhouyihang <zhouyihang3@h-partners.com> - 1.7-2
- Type: requirements
- ID: NA
- SUG: NA
- DESC: enable test
* Thu Dec 15 2022 lijian <lijian2@kylinos.cn> - 1.7-1
- update to upstream version 1.7