From c1127762394996686a5c95cf014b4ebe3bb0e3903f064a3807fff6656d53b071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Nov 2022 10:18:08 +0000 Subject: [PATCH] Accepting request 1032670 from home:mcalabkova:branches:devel:languages:python adjust dependencies OBS-URL: https://build.opensuse.org/request/show/1032670 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.packaging?expand=0&rev=17 --- python-jaraco.packaging.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-jaraco.packaging.spec b/python-jaraco.packaging.spec index af7bfdf..2cd21d6 100644 --- a/python-jaraco.packaging.spec +++ b/python-jaraco.packaging.spec @@ -24,8 +24,8 @@ License: MIT URL: https://github.com/jaraco/jaraco.packaging Source: https://files.pythonhosted.org/packages/source/j/jaraco.packaging/jaraco.packaging-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module build} BuildRequires: %{python_module importlib-metadata if %python-version < 3.8} -BuildRequires: %{python_module pep517} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 56} BuildRequires: %{python_module setuptools_scm >= 3.4.1} @@ -37,7 +37,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module rst.linker >= 1.9} # /SECTION -Requires: python-pep517 +Requires: python-build %if 0%{?python_version_nodots} < 38 Requires: python-importlib-metadata %endif