15
0
forked from pool/python-exiv2
Files
python-exiv2/py3exiv2-link-boost.patch
Matej Cepl f9f7f527ff - WIP INCOMPLETE
- Add exiv2_0-28-0.patch making the package compatible with the
  latest exiv2 0.28 (lp#2027823).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=19
2023-08-04 23:07:14 +00:00

16 lines
386 B
Diff

---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ if platform.system() == "Darwin":
boostlib = get_libboost_osx()
else:
- python_version = str(sys.version_info.major) + str(sys.version_info.minor)
+ python_version = str(sys.version_info.major)
boostlib = 'boost_python' + python_version
setup(