SHA256
3
0
forked from pool/rpm

remove shebang from python-macro-helper

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=435
This commit is contained in:
Michael Schröder 2018-02-05 10:09:34 +00:00 committed by Git OBS Bridge
parent 20a2742d97
commit 4fe9a12454
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,12 @@
--- ./scripts/pythondistdeps.py.orig 2018-01-02 10:03:28.273247676 +0000
+++ ./scripts/pythondistdeps.py 2018-01-02 10:03:41.527207759 +0000
--- ./scripts/python-macro-helper.orig 2018-02-05 10:06:51.837690381 +0000
+++ ./scripts/python-macro-helper 2018-02-05 10:07:22.500594058 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/python -Es
from distutils.sysconfig import get_python_lib
from platform import python_version_tuple
--- ./scripts/pythondistdeps.py.orig 2017-10-05 10:04:57.587602034 +0000
+++ ./scripts/pythondistdeps.py 2018-02-05 10:06:37.013736947 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# -*- coding: utf-8 -*-

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 5 11:08:12 CET 2018 - mls@suse.de
- remove shebang from python-macro-helper
-------------------------------------------------------------------
Wed Jan 31 14:45:33 CET 2018 - mls@suse.de