forked from pool/python3-pyside2
- Update to version 5.12 - Package examples - Include PEP484 type hints - Use parallel make - Rebase lib64.patch - Drop fix_build.patch, obsoleted by upstream changes - Add 0001-Avoid-creation-of-empty-build-directories-in-install.patch - Add 0001-Remove-unnecessary-she-bang-from-icon-cache.py.patch OBS-URL: https://build.opensuse.org/request/show/660882 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python3-pyside2?expand=0&rev=20
22 lines
635 B
Diff
22 lines
635 B
Diff
From 08afc74f3c040569bf7e41483358bec968de7d06 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de>
|
|
Date: Fri, 21 Dec 2018 16:20:45 +0100
|
|
Subject: [PATCH] Remove unnecessary she-bang from icon-cache.py
|
|
|
|
---
|
|
pyside2uic/icon_cache.py | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/pyside2uic/icon_cache.py b/pyside2uic/icon_cache.py
|
|
index 523d207..9d0dfe2 100644
|
|
--- a/pyside2uic/icon_cache.py
|
|
+++ b/pyside2uic/icon_cache.py
|
|
@@ -1,4 +1,3 @@
|
|
-#!/usr/bin/env python
|
|
# This file is part of the PySide project.
|
|
#
|
|
# Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
|
--
|
|
2.19.2
|
|
|