Removing unwanted packages
Removing unwanted packages that are not shipping with RHEL-9 x-downstream-only: yes resolves: rhbz#1935823 Signed-off-by: Eduardo Otubo <otubo@redhat.com>
This commit is contained in:
parent
a58776b352
commit
d123d0f0f5
@ -27,15 +27,6 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3dist(setuptools)
|
||||
BuildRequires: python3dist(setuptools-scm)
|
||||
|
||||
# test requirements
|
||||
%bcond_without tests
|
||||
%if %{with tests}
|
||||
BuildRequires: python3dist(attrs)
|
||||
BuildRequires: python3dist(perf)
|
||||
BuildRequires: python3dist(pyrsistent)
|
||||
BuildRequires: python3dist(six)
|
||||
BuildRequires: python3dist(twisted)
|
||||
%endif
|
||||
|
||||
%description %{common_description}
|
||||
|
||||
@ -66,10 +57,6 @@ rm -rf %{pypi_name}.egg-info
|
||||
%py3_install
|
||||
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
PYTHONPATH=$(pwd) trial-3 %{pypi_name}
|
||||
%endif
|
||||
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user