rhnlib/enable_python3.patch
2020-10-29 15:59:26 +08:00

26 lines
552 B
Diff

From 5a73b1ed0ececea5ba0a9b6d1003c68ff5c844d3 Mon Sep 17 00:00:00 2001
From: fwx913451 <fuanan3@huawei.com>
Date: Wed, 28 Oct 2020 11:30:07 +0800
Subject: [PATCH] 1
---
Makefile.rhnlib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.rhnlib b/Makefile.rhnlib
index 03e27d0..e666769 100644
--- a/Makefile.rhnlib
+++ b/Makefile.rhnlib
@@ -1,7 +1,7 @@
# Makefile for the rhn modules
#
-PYTHON = /usr/bin/python
+PYTHON = /usr/bin/python3
NAME = rhnlib
VERSION = $(call _get_tag,VERSION)
--
2.27.0