From 0df6b2030f5f2a3bcfb9d9a300f6c4950b1a7e47722f9a53b8e9822b23e33534 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 17 Jul 2012 08:25:57 +0000 Subject: [PATCH] - Add missing runtime requirement on python-pyOpenSSL to gain access to 'ssl' module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=22 --- python-httplib2.changes | 6 ++++++ python-httplib2.spec | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/python-httplib2.changes b/python-httplib2.changes index b3a3537..2feecd1 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 17 08:24:44 UTC 2012 - saschpe@suse.de + +- Add missing runtime requirement on python-pyOpenSSL to gain + access to 'ssl' module + ------------------------------------------------------------------- Mon Jul 9 08:47:20 UTC 2012 - cfarrell@suse.com diff --git a/python-httplib2.spec b/python-httplib2.spec index f3f3f8b..d304444 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -28,7 +28,9 @@ Source0: httplib2-%{version}.tar.gz Patch0: httplib2-use-system-certs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +#BuildRequires: python-pyOpenSSL Requires: ca-certificates +Requires: python-pyOpenSSL %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else @@ -49,6 +51,9 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +#%%check +#python python2/httplib2test.py + %files %defattr(-,root,root) %doc README