From 38c010a97eb47fbe3a5bf0b3ba1e6a2c92ddcb39ea1cb862a58300d988203559 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Oct 2021 17:37:01 +0000 Subject: [PATCH] Accepting request 923498 from home:DocB:branches:devel:languages:python - skip python2 to make it build for Leap 15.3 OBS-URL: https://build.opensuse.org/request/show/923498 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vncdotool?expand=0&rev=3 --- python-vncdotool.changes | 5 +++++ python-vncdotool.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-vncdotool.changes b/python-vncdotool.changes index b12a317..56f3f31 100644 --- a/python-vncdotool.changes +++ b/python-vncdotool.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 6 10:31:59 UTC 2021 - Axel Braun + +- skip python2 to make it build for Leap 15.3 + ------------------------------------------------------------------- Fri Aug 14 01:17:20 PM UTC 2020 - John Vandenberg diff --git a/python-vncdotool.spec b/python-vncdotool.spec index 232a84e..a1a61fa 100644 --- a/python-vncdotool.spec +++ b/python-vncdotool.spec @@ -1,7 +1,7 @@ # # spec file for package python-vncdotool # -# 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 @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-vncdotool Version: 1.0.0 Release: 0 @@ -30,8 +31,8 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Pillow Requires: python-Twisted -Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(post): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Pillow}