nixpkgs/pkgs/development/python-modules/py3exiv2/setup.patch
Matthew Bauer a9b7fa7634 Revert "treewide: for substituteAll: s/version/version_/"
This reverts commit 1e99582eaff5605947b8e9cdef7d440df8cf7ba3.
2018-11-28 12:30:24 -06:00

12 lines
315 B
Diff

--- 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',