forked from pool/python-exiv2
- 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
16 lines
386 B
Diff
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(
|