From ddccfc5ed2bf467fcb3be48b816e358421fb9c2b957dc8e2c5c3945fdb1de045 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Jan 2021 15:10:34 +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/python39?expand=0&rev=44 --- python39.changes | 6 ++++++ python39.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python39.changes b/python39.changes index b487480..78444fa 100644 --- a/python39.changes +++ b/python39.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. + ------------------------------------------------------------------- Wed Dec 16 16:08:42 UTC 2020 - Matej Cepl diff --git a/python39.spec b/python39.spec index 29a9125..99ac04e 100644 --- a/python39.spec +++ b/python39.spec @@ -1,7 +1,7 @@ # # spec file for package python39 # -# 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 @@ -280,7 +280,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