Blame SOURCES/0009-Dont-require-python3-for-the-dbus-service.patch

aada13
From 0e9403bbbe045e02890f516102b0b8d94dd4d122 Mon Sep 17 00:00:00 2001
aada13
From: David Lehman <dlehman@redhat.com>
aada13
Date: Mon, 25 Mar 2019 17:49:59 -0400
aada13
Subject: [PATCH] Don't require python3 for the dbus service.
aada13
aada13
---
aada13
 dbus/blivetd | 2 +-
aada13
 1 file changed, 1 insertion(+), 1 deletion(-)
aada13
aada13
diff --git a/dbus/blivetd b/dbus/blivetd
aada13
index d9abbcd5..f85099f9 100755
aada13
--- a/dbus/blivetd
aada13
+++ b/dbus/blivetd
aada13
@@ -1,4 +1,4 @@
aada13
-#!/usr/bin/python3
aada13
+#!/usr/bin/python
aada13
 import dbus
aada13
 import dbus.mainloop.glib
aada13
 from gi.repository import GLib
aada13
-- 
aada13
2.17.2
aada13