mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
12 lines
307 B
Diff
12 lines
307 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_python3'
|
||
|
|
||
|
setup(
|
||
|
name='py3exiv2',
|