- add missing dependency on python ssl

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=82
This commit is contained in:
Dirk Mueller 2018-01-16 10:27:31 +00:00 committed by Git OBS Bridge
parent 34bc6f8dc6
commit 2a021588d7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 16 10:14:37 UTC 2018 - dmueller@suse.com
- add missing dependency on python ssl
-------------------------------------------------------------------
Fri Dec 8 18:04:13 UTC 2017 - arun@gmx.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-cryptography
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -66,6 +66,8 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module virtualenv}
# /SECTION
%ifpython2
# python-base is not enough, we need the _ssl module
Requires: python
Requires: python-enum34
Requires: python-ipaddress
%endif