Skip to content

Commit

Permalink
pearu#107 outdated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
IdrisTheDragon committed Feb 9, 2020
1 parent 51d6f2a commit 35655f6
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 35655f6

Please sign in to comment.