From 5867cd3cf150d0929f43be2dda09fa37fbcc997e Mon Sep 17 00:00:00 2001 From: smileknife Date: Thu, 9 Jul 2020 22:54:39 +0800 Subject: [PATCH] add build require Signed-off-by: smileknife --- python-bashate.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-bashate.spec b/python-bashate.spec index d0c994d..0f82b41 100644 --- a/python-bashate.spec +++ b/python-bashate.spec @@ -23,6 +23,7 @@ Summary: A pep8 equivalent for bash scripts Provides: python-bashate BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pbr >= 1.8 %description -n python3-bashate %_description %package help