#4 Drop BR on python3-brotli for EL8 as it is not available
Merged 4 years ago by piotrp. Opened 4 years ago by ngompa.
rpms/ ngompa/python-whitenoise fix-build-on-epel8  into  master

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

  

  Name:           python-%{srcname}

  Version:        5.0.1

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        Static file serving for Python web apps

  

  License:        MIT
@@ -28,7 +28,11 @@ 

  Summary:        Static file serving for Python web apps

  License:        MIT

  

+ # python3-brotli is missing in RHEL at the moment

+ # See: https://bugzilla.redhat.com/show_bug.cgi?id=1845954

+ %if ! 0%{?el8}

  BuildRequires:  python3-brotli

+ %endif

  BuildRequires:  python3-devel

  BuildRequires:  python3-django

  BuildRequires:  python3-pytest
@@ -104,6 +108,9 @@ 

  

  

  %changelog

+ * Wed Jun 10 2020 Neal Gompa <ngompa13@gmail.com> - 5.0.1-4

+ - Drop BR on python3-brotli for EL8 as it is not available

+ 

  * Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 5.0.1-3

  - Rebuilt for Python 3.9

  

no initial comment

Pull-Request has been merged by piotrp

4 years ago
Metadata