#3 Add a missing dependency on which
Merged 6 years ago by mmarusak. Opened 6 years ago by mkutlak.
Unknown source epel7  into  epel7

@@ -16,7 +16,7 @@

  

  Name:           python-%{pypi_name}

  Version:        1.1.0

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Automatically setup a PostgreSQL testing instance

  

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

  

  Requires:       python-psycopg2

  Requires:       postgresql-server

+ Requires:       which

  

  %description

  testing.PostgreSQL automatically setups a PostgreSQL instance
@@ -47,6 +48,7 @@

  Summary:        Automatically setup a PostgreSQL testing instance

  

  Requires:       python3-psycopg2

+ Requires:       which

  

  %description -n python3-%{pypi_name}

  testing.PostgreSQL automatically setups a PostgreSQL instance
@@ -114,6 +116,9 @@

  

  

  %changelog

+ * Thu Mar 15 2018 Martin Kutlak <mkutlak@redhat.com> - 1.1.0-3

+ - Add a missing dependency on which (BZ#1455201)

+ 

  * Tue Jan 27 2015 Richard Marko <rmarko@fedoraproject.org> - 1.1.0-2

  - Add with_python3 macros

  

Related bz#1455201

Signed-off-by: Martin Kutlak mkutlak@redhat.com

Pull-Request has been merged by mmarusak

6 years ago