!2 Add build require pbr and pip

From: @the-moon-is-blue
Reviewed-by: @joec88
Signed-off-by: @joec88
This commit is contained in:
openeuler-ci-bot 2021-01-21 19:07:53 +08:00 committed by Gitee
commit c18ebfaafe

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-sqlalchemy-migrate
Version: 0.13.0
Release: 1
Release: 2
Summary: Database schema migration for SQLAlchemy
License: MIT License
URL: http://www.openstack.org/
@ -28,6 +28,8 @@ well as from inside python code.
Summary: Database schema migration for SQLAlchemy
Provides: python-sqlalchemy-migrate
BuildRequires: python3-devel
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-setuptools
%description -n python3-sqlalchemy-migrate
Fork from http://code.google.com/p/sqlalchemy-migrate/ to get it working with