Drop some BuildRequires that are generated or no longer needed
This commit is contained in:
parent
4747ac62b1
commit
1b3216bfda
@ -12,22 +12,18 @@ jsonschema is an implementation of JSON Schema for Python (supporting
|
|||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Summary: Implementation of JSON Schema validation for Python
|
Summary: Implementation of JSON Schema validation for Python
|
||||||
Version: 4.6.0
|
Version: 4.6.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/Julian/jsonschema
|
URL: https://github.com/Julian/jsonschema
|
||||||
Source0: %{pypi_source}
|
Source0: %{pypi_source}
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3dist(setuptools)
|
|
||||||
BuildRequires: python3dist(setuptools-scm)
|
|
||||||
|
|
||||||
# test requirements
|
# test requirements
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: python3dist(attrs)
|
# For “trial-3”
|
||||||
BuildRequires: python3dist(pyrsistent)
|
|
||||||
BuildRequires: python3dist(six)
|
|
||||||
BuildRequires: python3dist(twisted)
|
BuildRequires: python3dist(twisted)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -69,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name}
|
|||||||
%{_bindir}/jsonschema
|
%{_bindir}/jsonschema
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 28 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 4.6.0-3
|
||||||
|
- Drop some BuildRequires that are generated or no longer needed
|
||||||
|
|
||||||
* Tue Jun 28 2022 Miro Hrončok <mhroncok@redhat.com> - 4.6.0-2
|
* Tue Jun 28 2022 Miro Hrončok <mhroncok@redhat.com> - 4.6.0-2
|
||||||
- Include the metadata directory in python3-jsonschema
|
- Include the metadata directory in python3-jsonschema
|
||||||
- Fixes: rhbz#2101786
|
- Fixes: rhbz#2101786
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user