From 33f76c4544f77903edd8ac2cbb5bd06718f97e01a20dce038fb7896569a7ba1c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Jan 2021 15:08:25 +0000 Subject: [PATCH] - (bsc#1180125) We really don't Require python-rpm-macros package. Unnecessary dependency. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=46 --- python38.changes | 6 ++++++ python38.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python38.changes b/python38.changes index 26c44da..5c8159c 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 5 09:15:36 UTC 2021 - Matej Cepl + +- (bsc#1180125) We really don't Require python-rpm-macros package. + Unnecessary dependency. + ------------------------------------------------------------------- Tue Dec 22 08:27:08 UTC 2020 - Matej Cepl diff --git a/python38.spec b/python38.spec index 4013ad9..ea23d22 100644 --- a/python38.spec +++ b/python38.spec @@ -1,7 +1,7 @@ # # spec file for package python38 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -290,7 +290,6 @@ Python, and Macintosh Module Reference in format for devhelp. %package -n %{python_pkg_name}-base Summary: Python 3 Interpreter and Stdlib Core Requires: libpython%{so_version} = %{version} -Requires: python-rpm-macros Recommends: %{python_pkg_name} = %{version} #Recommends: python3-ensurepip # python 3.1 didn't have a separate python-base, so it is wrongly