FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 1c56d9df authored by Ben Harris's avatar Ben Harris
Browse files

Add version to python-openssl dependency.

django-ucamwebauth uses OpenSSL.crypto.verify, which was introduced in
python-openssl 0.11, which is newer than (say) SLES 11 has in it.
parent 469e552d
No related branches found
Tags 1.1
No related merge requests found
...@@ -10,7 +10,7 @@ Standards-Version: 3.9.4 ...@@ -10,7 +10,7 @@ Standards-Version: 3.9.4
Package: python-django-ucamwebauth Package: python-django-ucamwebauth
Architecture: all Architecture: all
Depends: python-django (>=1.6), python-requests, python-openssl, ${misc:Depends}, ${python:Depends} Depends: python-django (>=1.6), python-requests, python-openssl (>= 0.11~), ${misc:Depends}, ${python:Depends}
Description: University of Cambridge Web Authentication module for Django Description: University of Cambridge Web Authentication module for Django
This package provides a django authentication back-end to the This package provides a django authentication back-end to the
University of Cambridge Web Authentication system. University of Cambridge Web Authentication system.
Name: django-ucamwebauth Name: django-ucamwebauth
Version: 1.1 Version: 1.1
Release: 1 Release: 2
Summary: University of Cambridge Web Authentication module for Django Summary: University of Cambridge Web Authentication module for Django
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Group: Unknown Group: Unknown
...@@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot ...@@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch BuildArch: noarch
BuildRequires: python-setuptools BuildRequires: python-setuptools
Requires: python-Django >= 1.6 python-openssl Requires: python-Django >= 1.6 python-openssl >= 0.11
%Description %Description
This package provides a django authentication back-end to the This package provides a django authentication back-end to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment