Browse code

Added missing runtime dependencies for python-cryptography package

Change-Id: I7942bda9bf709375b1ebf229c65c1d1d587263df
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3336
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>

dthaluru authored on 2017/07/26 06:07:51
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@
4 4
 Summary:        Python cryptography library
5 5
 Name:           python-cryptography
6 6
 Version:        1.8.1
7
-Release:        3%{?dist}
7
+Release:        4%{?dist}
8 8
 Url:            https://pypi.python.org/pypi/cryptography
9 9
 License:        ASL 2.0
10 10
 Group:          Development/Languages/Python
... ...
@@ -28,8 +28,9 @@ Requires:       python-pyasn1
28 28
 Requires:       python-ipaddress
29 29
 Requires:       python-setuptools
30 30
 Requires:       python-packaging
31
-Requires:       python-enum
31
+Requires:       python-enum34
32 32
 Requires:       python-asn1crypto
33
+Requires:       python-six
33 34
 
34 35
 %description
35 36
 Cryptography is a Python library which exposes cryptographic recipes and primitives.
... ...
@@ -97,6 +98,9 @@ python3 setup.py test
97 97
 %{python3_sitelib}/*
98 98
 
99 99
 %changelog
100
+*   Tue Jul 25 2017 Divya Thaluru <dthaluru@vmware.com> 1.8.1-4
101
+-   Added missing requires python-six and python-enum34
102
+-   Removed python-enum from requires
100 103
 *   Wed Jun 07 2017 Xiaolin Li <xiaolinl@vmware.com> 1.8.1-3
101 104
 -   Add python3-setuptools and python3-xml to python3 sub package Buildrequires.
102 105
 *   Fri May 05 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.8.1-2