From: Marcin Krol Date: Sun, 19 Apr 2020 14:38:30 +0000 (+0200) Subject: - fix interpreter X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm.git;a=commitdiff_plain;h=aac7aa58c947ff95620652757dc6739d12b2a496 - fix interpreter --- 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