Skip to content

Commit

Permalink
#107 outdated error message (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
IdrisTheDragon authored Oct 2, 2021
1 parent 74ee5c3 commit 6da6ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiff/libtiff_ctypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
sys.executable)[0], '..', 'include', 'tiff.h'))
if not os.path.isfile(include_tiff_h):
raise ValueError('Failed to find TIFF header file (may be need to '
'run: sudo apt-get install libtiff4-dev)')
'run: sudo apt-get install libtiff5-dev)')
# Read TIFFTAG_* constants for the header file:
f = open(include_tiff_h, 'r')
lst = []
Expand Down

0 comments on commit 6da6ef7

Please sign in to comment.