Commits

Allan Que authored and Clemens Lang committed 5b51e6db836
py-m2crypto: fix reinplace warning to setup.py
No tags

python/py-m2crypto/files/patch-setup.py

Added
1 +--- setup.py 2017-10-15 01:36:00.000000000 -0500
2 ++++ setup.py 2017-10-15 01:36:50.000000000 -0500
3 +@@ -229,8 +229,8 @@
4 + sources=lib_sources,
5 + extra_compile_args=list(x_comp_args),
6 + # Uncomment to build Universal Mac binaries
7 +- # extra_link_args =
8 +- # ['-Wl,-search_paths_first'],
9 ++ extra_link_args =
10 ++ ['-Wl,-search_paths_first'],
11 + )

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut