summaryrefslogtreecommitdiffstats
path: root/development/protobuf3/protobuf-21.12-pep517.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/protobuf3/protobuf-21.12-pep517.patch')
-rw-r--r--development/protobuf3/protobuf-21.12-pep517.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/development/protobuf3/protobuf-21.12-pep517.patch b/development/protobuf3/protobuf-21.12-pep517.patch
deleted file mode 100644
index 51f3f67006..0000000000
--- a/development/protobuf3/protobuf-21.12-pep517.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ruN a/python/setup.py b/python/setup.py
---- a/python/setup.py 2022-12-13 01:03:12.000000000 +0100
-+++ b/python/setup.py 2023-04-06 22:12:36.199029178 +0200
-@@ -220,10 +220,10 @@
- return False
-
-
--if __name__ == '__main__':
-+if True:
- ext_module_list = []
- warnings_as_errors = '--warnings_as_errors'
-- if GetOptionFromArgv('--cpp_implementation'):
-+ if True:
- # Link libprotobuf.a and libprotobuf-lite.a statically with the
- # extension. Note that those libraries have to be compiled with
- # -fPIC for this to work.