Remove meta-subpackages because they are not needed in RHEL
This commit is contained in:
parent
95b8005202
commit
8b7d747e77
@ -12,7 +12,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting
|
||||
Name: python-%{pypi_name}
|
||||
Summary: Implementation of JSON Schema validation for Python
|
||||
Version: 4.19.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: MIT
|
||||
URL: https://github.com/Julian/jsonschema
|
||||
Source0: %{pypi_source}
|
||||
@ -40,8 +40,6 @@ BuildRequires: python3dist(twisted)
|
||||
Summary: %{summary}
|
||||
%description -n python3-%{pypi_name} %{common_description}
|
||||
|
||||
%pyproject_extras_subpkg -n python3-%{pypi_name} format format-nongpl
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pypi_name}-%{version} -p1
|
||||
@ -72,6 +70,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name}
|
||||
%{_bindir}/jsonschema
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Ondřej Budai <obudai@redhat.com> - 4.19.1-6
|
||||
- Remove meta-subpackages because they are not needed in RHEL
|
||||
|
||||
* Wed Jun 26 2024 Ondřej Budai <obudai@redhat.com> - 4.19.1-5
|
||||
- Drop unneeded build dependencies
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user