From 280b42dd8290336efca1164abbc021b5fc5410c8 Mon Sep 17 00:00:00 2001 From: sean-lau Date: Mon, 26 Jul 2021 16:31:51 +0800 Subject: [PATCH] Fix check stage when building package --- python-confget.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-confget.spec b/python-confget.spec index 7543ebb..39e749d 100644 --- a/python-confget.spec +++ b/python-confget.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-confget Version: 2.3.4 -Release: 1 +Release: 2 Summary: Parse configuration files and extract values from them License: BSD URL: https://devel.ringlet.net/textproc/confget/ @@ -25,6 +25,9 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-six +BuildRequires: python3-pytest +BuildRequires: python3-ddt %description -n python3-confget confget parse configuration files The confget library parses configuration files (currently INI-style files and CGI QUERY_STRING environment variable) and allows @@ -92,5 +95,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 26 2021 liusheng - 2.3.4-2 +- Fix check stage when building package + * Tue Jul 13 2021 OpenStack_SIG - 2.3.4-1 -- Package Spec generate \ No newline at end of file +- Package Spec generate