Replace python3-suds with python3-suds-jurko requires
- oslo.wmware require suds-jurko than suds in its upstream[1] - In spec file, even though python3-suds was added as requires, the suds-jurko will also been recorgnized as a requirement, and suds-jurko is conflict with suds[2] [1] https://opendev.org/openstack/oslo.vmware/src/tag/3.8.0/requirements.txt [2] https://gitee.com/src-openeuler/python-suds-jurko/pulls/4
This commit is contained in:
parent
7714003b5b
commit
9a274b2425
@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-oslo-vmware
|
||||
Version: 3.8.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: Oslo VMware library for OpenStack projects
|
||||
License: ASL 2.0
|
||||
URL: https://opendev.org/openstack/oslo.vmware
|
||||
@ -28,7 +28,7 @@ BuildRequires: python3-mock
|
||||
BuildRequires: python3-stestr
|
||||
BuildRequires: python3-subunit
|
||||
BuildRequires: python3-testtools
|
||||
BuildRequires: python3-suds
|
||||
BuildRequires: python3-suds-jurko
|
||||
BuildRequires: python3-oslo-concurrency
|
||||
BuildRequires: python3-oslo-context
|
||||
BuildRequires: python3-oslo-utils
|
||||
@ -37,7 +37,7 @@ BuildRequires: python3-eventlet
|
||||
BuildRequires: python3-oslo-i18n
|
||||
BuildRequires: python3-oslo-utils
|
||||
BuildRequires: python3-requests >= 2.14.2
|
||||
BuildRequires: python3-suds
|
||||
BuildRequires: python3-suds-jurko
|
||||
BuildRequires: python3-netaddr
|
||||
# Required to compile translation files
|
||||
BuildRequires: python3-testscenarios
|
||||
@ -53,7 +53,7 @@ Requires: python3-oslo-i18n >= 3.15.3
|
||||
Requires: python3-oslo-utils
|
||||
Requires: python3-requests
|
||||
Requires: python3-stevedore >= 1.20.0
|
||||
Requires: python3-suds >= 0.6
|
||||
Requires: python3-suds-jurko
|
||||
Requires: python3-urllib3
|
||||
Requires: python3-netaddr
|
||||
Requires: python-oslo-vmware-lang = %{version}-%{release}
|
||||
@ -84,7 +84,7 @@ Requires: python3-fixtures
|
||||
Requires: python3-mock
|
||||
Requires: python3-subunit
|
||||
Requires: python3-testtools
|
||||
Requires: python3-suds >= 0.6
|
||||
Requires: python3-suds-jurko
|
||||
Requires: python3-oslo-context
|
||||
Requires: python3-oslo-utils
|
||||
Requires: python3-oslo-i18n >= 3.15.3
|
||||
@ -159,6 +159,9 @@ PYTHON=python3 stestr-3 --test-path $OS_TEST_PATH run
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Aug 17 2021 liusheng <liusheng2048@gmail.com> - 3.8.0-5
|
||||
- Replace python3-suds with python3-suds-jurko requires
|
||||
|
||||
* Fri Aug 13 2021 joec88 <chens141@chinaunicom.cn>
|
||||
- Update to 3.8.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user