File py3exiv2-link-boost.patch of Package python-exiv2
--- 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(