nixpkgs/pkgs/development/python-modules/py3exiv2/setup.patch

12 lines
315 B
Diff
Raw Normal View History

2017-10-30 19:34:41 +01:00
--- 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')
2017-10-30 19:34:41 +01:00
-libboost = get_libboost_name()
+libboost = 'boost_python@version@'
2017-10-30 19:34:41 +01:00
setup(
name='py3exiv2',