#2 Remove unused tox dependency
Merged 5 years ago by churchyard. Opened 5 years ago by churchyard.
rpms/ churchyard/python-f5-icontrol-rest notox2  into  master

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

  

  Name:           python-%{srcname}

  Version:        1.3.6

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        %{sum}

  

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

  BuildRequires:  pyflakes

  # Missing on EL6/EL7

  #BuildRequires:  python-requests-mock

- BuildRequires:  python-tox

  %else

  BuildRequires:  python2-coveralls

  BuildRequires:  python2-flake8
@@ -55,7 +54,6 @@ 

  BuildRequires:  python2-pep8

  BuildRequires:  python2-pyflakes

  BuildRequires:  python2-requests-mock

- BuildRequires:  python2-tox

  %endif

  

  %if 0%{?with_python3}
@@ -77,7 +75,6 @@ 

  # Not packaged yet...

  #BuildRequires:  python3-pytest-symbols

  BuildRequires:  python3-requests-mock

- BuildRequires:  python3-tox

  %endif

  

  
@@ -151,6 +148,9 @@ 

  

  

  %changelog

+ * Mon May 07 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.6-4

+ - Remove unused tox dependency

+ 

  * Fri Mar 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.3.6-3

  - Update Python 2 dependency declarations to new packaging standards

    (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)

no initial comment

Pull-Request has been merged by churchyard

5 years ago