!2 Fix hardcode require

From: @the-moon-is-blue
Reviewed-by: @joec88
Signed-off-by: @joec88
This commit is contained in:
openeuler-ci-bot 2021-01-29 14:43:25 +08:00 committed by Gitee
commit 4f1f63acf6

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-designateclient
Version: 4.1.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Python API and CLI for OpenStack Designate
License: Apache-2.0
URL: https://launchpad.net/python-designateclient/
@ -40,7 +40,7 @@ Client library and command line utility for interacting with Openstack Designate
%package -n python3-designateclient-tests
Summary: Python API and CLI for OpenStack Designate (tests)
%{?python_provide:%python_provide python3-designateclient-tests}
Requires: python3-designateclient = 4.1.0-2
Requires: python3-designateclient = %{version}-%{release}
%description -n python3-designateclient-tests
Client library and command line utility for interacting with Openstack Designate API