From aac7aa58c947ff95620652757dc6739d12b2a496 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 19 Apr 2020 16:38:30 +0200 Subject: [PATCH] - fix interpreter --- rpm-pythondeps.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-pythondeps.patch b/rpm-pythondeps.patch index 9772b6e..0b4a02a 100644 --- a/rpm-pythondeps.patch +++ b/rpm-pythondeps.patch @@ -88,7 +88,7 @@ diff -urN rpm-4.5.orig/scripts/pythoneggs.py rpm-4.5/scripts/pythoneggs.py --- rpm-4.5.orig/scripts/pythoneggs.py 1970-01-01 01:00:00.000000000 +0100 +++ rpm-4.5/scripts/pythoneggs.py 2019-03-09 02:30:08.000000000 +0100 @@ -0,0 +1,237 @@ -+#!/usr/bin/env python ++#!/usr/bin/python2 +# -*- coding: utf-8 -*- +# +# Copyright 2010 Per Øyvind Karlsen -- 2.44.0