From: Arvin Schnell Date: Wed, 10 Jan 2018 13:34:50 +0000 (+0100) Subject: - use python3 instead of python2 (bsc#1070324) X-Git-Tag: v0.5.4~9^2~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=96058a4dc21e59e080e9ae0843709c53b6fde13d;p=thirdparty%2Fsnapper.git - use python3 instead of python2 (bsc#1070324) --- diff --git a/package/snapper.changes b/package/snapper.changes index 05bfec1f..27917ca9 100644 --- a/package/snapper.changes +++ b/package/snapper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 10 14:33:11 CET 2018 - aschnell@suse.com + +- use python3 instead of python2 (bsc#1070324) + ------------------------------------------------------------------- Thu Nov 23 13:51:45 UTC 2017 - rbrown@suse.com diff --git a/scripts/zypp-plugin.py b/scripts/zypp-plugin.py index 110ed3c4..85e3272b 100755 --- a/scripts/zypp-plugin.py +++ b/scripts/zypp-plugin.py @@ -1,7 +1,7 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Copyright (c) [2011-2014] Novell, Inc. -# Copyright (c) [2015] SUSE LLC +# Copyright (c) [2015,2018] SUSE LLC # # All Rights Reserved. # diff --git a/snapper.spec.in b/snapper.spec.in index 3be04fe0..8b345f82 100644 --- a/snapper.spec.in +++ b/snapper.spec.in @@ -1,7 +1,7 @@ # # spec file for package snapper # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -210,11 +210,10 @@ libsnapper. %package -n snapper-zypp-plugin BuildArch: noarch -Requires: dbus-1-python Requires: libzypp(plugin:commit) = 1 -Requires: python-xml +Requires: python3-dbus-python +Requires: python3-zypp-plugin Requires: snapper = %version -Requires: zypp-plugin-python Summary: A zypp commit plugin for calling snapper Group: System/Packages