#2 Remove unittest2 dependency
Closed 4 years ago by zbyszek. Opened 4 years ago by aviso.
rpms/ aviso/python-rsa master  into  master

file modified
+4 -2
@@ -2,7 +2,7 @@ 

  

  Name:           python-%{pypi_name}

  Version:        3.4.2

- Release:        12%{?dist}

+ Release:        13%{?dist}

  Summary:        Pure-Python RSA implementation

  

  License:        ASL 2.0
@@ -23,7 +23,6 @@ 

  BuildRequires:  python3-devel

  BuildRequires:  python3-setuptools

  BuildRequires:  python3-pyasn1 >= 0.1.3

- BuildRequires:  python3-unittest2

  Requires:       python3-pyasn1 >= 0.1.3

  Requires:       python3-setuptools

  
@@ -76,6 +75,9 @@ 

  %{__python3} setup.py test

  

  %changelog

+ * Thu Jan 09 2020 Avram Lubkin <aviso@rockhopper.net> - 3.4.2-13

+ - Remove unittest2 dependency

+ 

  * Fri Sep 20 2019 Miro Hrončok <mhroncok@redhat.com> - 3.4.2-12

  - Subpackage python2-rsa has been removed

    See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal

Per the discussion in Bug 1789200, removing unnecessary dependency in unittest2 intended for Python 2.6

This is identical the commit I pushed already yesterday ;)

Pull-Request has been closed by zbyszek

4 years ago
Metadata