#4 Build require python-setuptools
Merged 4 years ago by kalev. Opened 4 years ago by pviktori.
rpms/ pviktori/pycairo br-setuptools  into  master

file modified
+6 -1
@@ -1,6 +1,6 @@ 

  Name: pycairo

  Version: 1.18.2

- Release: 2%{?dist}

+ Release: 3%{?dist}

  Summary: Python bindings for the cairo library

  

  License: MPLv1.1 or LGPLv2
@@ -11,8 +11,10 @@ 

  BuildRequires: gcc

  BuildRequires: pkgconfig

  BuildRequires: python2-devel

+ BuildRequires: python2-setuptools

  BuildRequires: python3-devel

  BuildRequires: python3-pytest

+ BuildRequires: python3-setuptools

  

  %description

  Python bindings for the cairo library.
@@ -92,6 +94,9 @@ 

  %{_libdir}/pkgconfig/py3cairo.pc

  

  %changelog

+ * Wed Nov 06 2019 Petr Viktorin <pviktori@redhat.com> - 1.18.2-3

+ - Build require python-setuptools

+ 

  * Tue Oct 29 2019 Petr Viktorin <pviktori@redhat.com> - 1.18.2-2

  - Do not run tests on Python 2

  

The dependency is/was brought in via by pytest, but it should be included explicitly.

Pull-Request has been merged by kalev

4 years ago