14
0

------------------------------------------------------------------

- add netcfg package to list of requirements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=47
This commit is contained in:
2018-01-15 19:17:25 +00:00
committed by Git OBS Bridge
parent a828d77da7
commit 92be062a0e
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ Sun Nov 26 16:02:38 UTC 2017 - dmueller@suse.com
- add 0001-Fix-SSL-connection-reset-errors.patch to fix - add 0001-Fix-SSL-connection-reset-errors.patch to fix
hangs on SSL connections hangs on SSL connections
-------------------------------------------------------------------
Tue Oct 17 09:05:52 UTC 2017 - snica@suse.com
- add netcfg package to list of requirements
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 6 07:35:07 UTC 2017 - tbechtold@suse.com Fri Oct 6 07:35:07 UTC 2017 - tbechtold@suse.com

View File

@@ -37,6 +37,7 @@ BuildRequires: python-rpm-macros
%if %python_version_nodots < 34 %if %python_version_nodots < 34
Requires: python-enum34 Requires: python-enum34
%endif %endif
Requires: netcfg
Requires: python-greenlet >= 0.3 Requires: python-greenlet >= 0.3
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch