From 8efae8db07728f74c4aacc578909ba81b34f435d16b8c79eae3a6c6ba793e624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 21 Mar 2024 13:29:12 +0000 Subject: [PATCH] Accepting request 1158006 from home:pgajdos - remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476] OBS-URL: https://build.opensuse.org/request/show/1158006 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=436 --- osc.changes | 6 ++++++ osc.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/osc.changes b/osc.changes index e875011..70938a4 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 14 11:23:33 UTC 2024 - pgajdos@suse.com + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang macro, [bsc#1212476] + ------------------------------------------------------------------- Fri Feb 23 08:57:23 UTC 2024 - Daniel Mach diff --git a/osc.spec b/osc.spec index d93469d..dee5d72 100644 --- a/osc.spec +++ b/osc.spec @@ -199,6 +199,8 @@ install -Dm0644 oscrc.5 %{buildroot}%{_mandir}/man5/oscrc.5 %fdupes %buildroot %endif +%python3_fix_shebang + %check %{use_python} setup.py test