From fcedf005836de35dbc6870bbc980a0483c93501fefe89bb1110f153197c3b7e2 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Mon, 14 Jun 2021 09:56:57 +0000 Subject: [PATCH] fix req OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=29 --- 2ping.changes | 5 +++++ 2ping.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/2ping.changes b/2ping.changes index 2861dff..1adc6c3 100644 --- a/2ping.changes +++ b/2ping.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 14 09:56:20 UTC 2021 - Jiri Slaby + +- python symbol is not provided by python 3, use proper python3 + ------------------------------------------------------------------- Mon Mar 22 08:04:21 UTC 2021 - Martin Pluskal diff --git a/2ping.spec b/2ping.spec index 1f6fb89..ae69743 100644 --- a/2ping.spec +++ b/2ping.spec @@ -34,7 +34,7 @@ BuildRequires: python3-pycryptodomex BuildRequires: python3-pytest BuildRequires: python3-setuptools BuildRequires: systemd-rpm-macros -Requires: python >= 3.6 +Requires: python3 >= 3.6 Recommends: python3-distro Recommends: python3-dnspython Recommends: python3-netifaces