#3 Remove unnecessary buildrequirements
Merged 2 years ago by carlwgeorge. Opened 2 years ago by carlwgeorge.
rpms/ carlwgeorge/python-yarl remove-pytest-runner-cov  into  rawhide

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

  

  Name:           python-%{pypi_name}

  Version:        1.7.2

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Python module to handle URLs

  

  License:        ASL 2.0
@@ -22,8 +22,6 @@ 

  BuildRequires:  python3dist(setuptools)

  BuildRequires:  python3-Cython

  BuildRequires:  python3dist(pytest)

- BuildRequires:  python3dist(pytest-runner)

- BuildRequires:  python3dist(pytest-cov)

  BuildRequires:  python3dist(multidict)

  BuildRequires:  python3dist(idna)

  %{?python_provide:%python_provide python3-%{pypi_name}}
@@ -33,6 +31,7 @@ 

  

  %prep

  %autosetup -n %{pypi_name}-%{version}

+ sed -e '/addopts/d' -i setup.cfg

  

  %build

  # cythonization extracted from Makefile
@@ -58,6 +57,9 @@ 

  %{python3_sitearch}/%{pypi_name}-*.egg-info/

  

  %changelog

+ * Thu Jan 27 2022 Carl George <carl@george.computer> - 1.7.2-3

+ - Remove unnecessary buildrequirements

+ 

  * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

  

no initial comment

Pull-Request has been merged by carlwgeorge

2 years ago
Metadata