[pyftpdlib] Add deps on pyOpenSSL

Athmane Madjoudj athmane at fedoraproject.org
Wed Dec 24 20:15:37 UTC 2014


commit 1b9757b327eaf2cd9782fda425e380c81fceb3cd
Author: Athmane Madjoudj <athmane at fedoraproject.org>
Date:   Wed Dec 24 21:15:27 2014 +0100

     Add deps on pyOpenSSL

 pyftpdlib.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pyftpdlib.spec b/pyftpdlib.spec
index 43e3bd2..d662197 100644
--- a/pyftpdlib.spec
+++ b/pyftpdlib.spec
@@ -1,6 +1,6 @@
 Name:           pyftpdlib
 Version:        1.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python FTP server library
 
 Group:          Development/Languages
@@ -10,7 +10,7 @@ Source0:        https://github.com/giampaolo/pyftpdlib/archive/release-%{version
 
 BuildArch:      noarch
 BuildRequires:  python-devel python-nose python-setuptools pysendfile
-Requires:       pysendfile
+Requires:       pysendfile pyOpenSSL
 
 %description
 Python FTP server library provides a high-level portable interface to easily
@@ -45,6 +45,9 @@ PYTHONPATH=. %{__python} test/test_contrib.py
 %{python_sitelib}/pyftpdlib-%{version}-*.egg-info
 
 %changelog
+* Wed Dec 24 2014 Athmane Madjoudj <athmane at fedoraproject.org> 1.4.0-2
+- Add deps on pyOpenSSL
+
 * Wed Dec 24 2014 Athmane Madjoudj <athmane at fedoraproject.org> 1.4.0-1
 - Update to 1.4.0
 - Update spec file


More information about the scm-commits mailing list