From c5216f61320f114bc870034bd04a19ba8c9dd985 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mar 08 2016 12:54:57 +0000 Subject: add python3-PyOpenSSL dependencies --- diff --git a/python-paste.spec b/python-paste.spec index 90f07c9..f3f436f 100644 --- a/python-paste.spec +++ b/python-paste.spec @@ -6,7 +6,7 @@ Name: python-paste Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools for using a Web Server Gateway Interface stack Group: System Environment/Libraries # Most of the code is MIT @@ -37,6 +37,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-nose BuildRequires: python3-tempita +BuildRequires: python3-pyOpenSSL %endif # if with_python3 %description @@ -51,7 +52,7 @@ Summary: Tools for using a Web Server Gateway Interface stack Group: System Environment/Libraries Requires: python3-tempita Requires: python3-setuptools -# TODO is there a pyOpenSSL for python3 +Requires: python3-pyOpenSSL %description -n python3-paste These provide several pieces of "middleware" (or filters) that can be nested @@ -128,6 +129,9 @@ rm -rf %{buildroot} %changelog +* Tue Mar 08 2016 Nils Philippsen - 2.0.2-3 +- add python3-pyOpenSSL dependencies + * Thu Feb 04 2016 Fedora Release Engineering - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild