summary refs log tree commit diff
path: root/pkgs/development/python-modules/py3exiv2/setup.patch
blob: bb4b115234794aeb8d9b801cd325eac3588a7421 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py	2017-10-16 22:03:02.000000000 +0200
+++ b/setup.py	2017-10-16 22:03:34.000000000 +0200
@@ -39,7 +39,7 @@
                 if '3' in l[2:]:
                     return l.replace('libboost', 'boost')
 
-libboost = get_libboost_name()
+libboost = 'boost_python3'
 
 setup(
     name='py3exiv2',