about summary refs log tree commit diff
path: root/pkgs/development/python-modules/py3exiv2/setup.patch
blob: 8b0619c5bc5f6e61db3a8d963dbfd6b70c67d3ae (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_python@version@'
 
 setup(
     name='py3exiv2',