Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
qemu
Make-installed-scripts-explicitly-python.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Make-installed-scripts-explicitly-python.patch of Package qemu
From: Bruce Rogers <brogers@suse.com> Date: Thu, 25 Jan 2018 14:16:10 -0700 Subject: Make installed scripts explicitly python3 References: bsc#1077564 We want to explicitly reference python3 in the scripts we install. Signed-off-by: Bruce Rogers <brogers@suse.com> --- scripts/analyze-migration.py | 2 +- scripts/vmstate-static-checker.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/analyze-migration.py b/scripts/analyze-migration.py index e527eb168e9ce7c3944094ec6701..fd376eac71f73e6366a9e17a1c51 100755 --- a/scripts/analyze-migration.py +++ b/scripts/analyze-migration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # # Migration Stream Analyzer # diff --git a/scripts/vmstate-static-checker.py b/scripts/vmstate-static-checker.py index f8b7b8f77252f2c03d6d7db9dc60..754159069dfae6838edaac14856f 100755 --- a/scripts/vmstate-static-checker.py +++ b/scripts/vmstate-static-checker.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Compares vmstate information stored in JSON format, obtained from # the -dump-vmstate QEMU command.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor