From d123d0f0f58c76db83c24c890af9422b66d4d69f Mon Sep 17 00:00:00 2001 From: Eduardo Otubo Date: Mon, 22 Mar 2021 11:42:00 +0100 Subject: [PATCH] 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 --- python-jsonschema.spec | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index c7f7789..382cb4d 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -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}