From 71231a6a009ea34ea80da9b36d761f3764043de5 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 16 Jan 2020 11:21:09 +0100 Subject: Be explicit on this being a python3 script While the script seems to work on both python3 and python2, this break the build of rawhide RPM who requires script to be either using python2 or python3. Since python2 is going to be deprecated, I guess we should aim for python3. Change-Id: Ic6322ad47772d708b60b96652a1122ee4a54141d Fixes: bz#1791682 Signed-off-by: Michael Scherer --- extras/ganesha/scripts/generate-epoch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/ganesha/scripts/generate-epoch.py b/extras/ganesha/scripts/generate-epoch.py index fa35b3ec4fd..77af014bab9 100755 --- a/extras/ganesha/scripts/generate-epoch.py +++ b/extras/ganesha/scripts/generate-epoch.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Copyright (c) 2016 Red Hat, Inc. # This file is part of GlusterFS. -- cgit