mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
10 lines
301 B
Python
10 lines
301 B
Python
--- setup.py.orig 2023-10-07 19:31:53 UTC
|
|
+++ setup.py
|
|
@@ -173,7 +173,6 @@ class build_ext(_build_ext):
|
|
compiler_directives=dict(
|
|
binding=True,
|
|
language_level=2,
|
|
- legacy_implicit_noexcept=True,
|
|
))
|
|
|
|
|