Accepting request 490278 from home:alarrosa:branches:Base:System
- Remove dependency for python-M2Crypto which is no longer needed - Add python-six dependency OBS-URL: https://build.opensuse.org/request/show/490278 OBS-URL: https://build.opensuse.org/package/show/Base:System/libstoragemgmt?expand=0&rev=32
This commit is contained in:
parent
f2517eff81
commit
2e1a150afc
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 11:10:59 UTC 2017 - alarrosa@suse.com
|
||||
|
||||
- Remove dependency for python-M2Crypto which is no longer needed
|
||||
- Add python-six dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 10:32:50 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
@ -30,11 +30,11 @@ BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libconfig-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-M2Crypto
|
||||
BuildRequires: python-argparse
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-pyudev
|
||||
BuildRequires: python-pywbem
|
||||
BuildRequires: python-six
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
@ -44,6 +44,7 @@ BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
Requires: python-%{name}
|
||||
Requires: python-%{name}-clibs
|
||||
Requires: python-six
|
||||
%systemd_requires
|
||||
%py_requires
|
||||
%if %{with test}
|
||||
@ -126,7 +127,6 @@ array support.
|
||||
%package netapp-plugin
|
||||
Summary: Files for NetApp array support for %{name}
|
||||
Group: System/Libraries
|
||||
Requires: python-M2Crypto
|
||||
Requires(post): %{name} = %{version}
|
||||
Requires(postun): %{name} = %{version}
|
||||
BuildArch: noarch
|
||||
|
Loading…
Reference in New Issue
Block a user