#2 Fix BuildRequires to require the tox command and not the python2 module
Merged 6 years ago by churchyard. Opened 6 years ago by churchyard.
rpms/ churchyard/custodia notox2  into  master

file modified
+5 -3
@@ -20,7 +20,7 @@ 

  

  Name:           custodia

  Version:        0.5.0

- Release:        11%{?dist}

+ Release:        12%{?dist}

  Summary:        A service to manage, retrieve and store secrets for other processes

  

  License:        GPLv3+
@@ -39,7 +39,6 @@ 

  BuildRequires:      python2-requests

  BuildRequires:      python2-setuptools >= 18

  BuildRequires:      python2-coverage

- BuildRequires:      python2-tox >= 2.3.1

  BuildRequires:      python2-pytest

  %if %{?with_etcd}

  BuildRequires:      python2-python-etcd
@@ -47,6 +46,7 @@ 

  BuildRequires:      python2-docutils

  BuildRequires:      python2-configparser

  BuildRequires:      python2-systemd

+ BuildRequires:      tox >= 2.3.1

  

  %if 0%{?with_python3}

  BuildRequires:      python%{python3_pkgversion}-devel
@@ -54,7 +54,6 @@ 

  BuildRequires:      python%{python3_pkgversion}-requests

  BuildRequires:      python%{python3_pkgversion}-setuptools > 18

  BuildRequires:      python%{python3_pkgversion}-coverage

- BuildRequires:      python%{python3_pkgversion}-tox >= 2.3.1

  BuildRequires:      python%{python3_pkgversion}-pytest

  %if %{?with_etcd}

  BuildRequires:      python%{python3_pkgversion}-python-etcd
@@ -286,6 +285,9 @@ 

  

  

  %changelog

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

+ - Fix BuildRequires to require the tox command and not the python2 module

+ 

  * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-11

  - Escape macros in %%changelog

  

BTW The tests fail on me anyway.

Pull-Request has been merged by churchyard

6 years ago