From 5db8689ed2016d6e5c79d749c1cba409a73f6018 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 17:31:51 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 4 +++- remove-python-shebang-from-module.patch | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 remove-python-shebang-from-module.patch diff --git a/.gitignore b/.gitignore index 6cc47b9..8c7e629 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/oauth2client-4.1.2.tar.gz +/*.tar.gz +/*.rpm +/*/ diff --git a/remove-python-shebang-from-module.patch b/remove-python-shebang-from-module.patch new file mode 100644 index 0000000..520075b --- /dev/null +++ b/remove-python-shebang-from-module.patch @@ -0,0 +1,9 @@ +diff -up oauth2client-1.4.11/oauth2client/util.py.orig oauth2client-1.4.11/oauth2client/util.py +--- oauth2client-1.4.11/oauth2client/util.py.orig 2015-06-04 10:21:35.117139303 +0200 ++++ oauth2client-1.4.11/oauth2client/util.py 2015-06-04 10:21:44.195196840 +0200 +@@ -1,5 +1,3 @@ +-#!/usr/bin/env python +-# + # Copyright 2014 Google Inc. All rights reserved. + # + # Licensed under the Apache License, Version 2.0 (the "License");