From f9b18576d348b9785753b4fda07142b2f6420c91 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Sat, 30 Jan 2021 15:25:55 +0800 Subject: [PATCH] Add BuildRequires --- python-futurist.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-futurist.spec b/python-futurist.spec index 8226c5e..8b5764c 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-futurist Version: 2.3.0 -Release: 1 +Release: 2 Summary: Useful additions to futures, from the future. -License: Apache Software License +License: Apache-2.0 URL: https://docs.openstack.org/futurist/latest/ Source0: https://files.pythonhosted.org/packages/31/10/b10d828d056c66f89df8d6f408580108731b09ecfe3c00b92c5421003a9b/futurist-2.3.0.tar.gz BuildArch: noarch @@ -19,6 +19,8 @@ Summary: Useful additions to futures, from the future. Provides: python-futurist BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-futurist Useful additions to futures, from the future. @@ -71,5 +73,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Jan 30 2021 zhangy +- Add buildrequires * Sat Nov 21 2020 Python_Bot - Package Spec generated -- Gitee