15
0
forked from pool/python-fb-re2

- Convert to pip-based build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fb-re2?expand=0&rev=13
This commit is contained in:
2025-05-27 13:01:04 +00:00
committed by Git OBS Bridge
commit a8695a5e55
6 changed files with 144 additions and 0 deletions

12
cpp17.patch Normal file
View File

@@ -0,0 +1,12 @@
Index: pyre2-1.0.7/setup.py
===================================================================
--- pyre2-1.0.7.orig/setup.py
+++ pyre2-1.0.7/setup.py
@@ -21,6 +21,6 @@ setup(
ext_modules = [Extension("_re2",
sources = ["_re2.cc"],
libraries = ["re2"],
- extra_compile_args=['-std=c++11'],
+ extra_compile_args=['-std=c++17'],
)],
)