Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libgeotiff/all: bump deps #18501

Merged
merged 2 commits into from
Jul 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion recipes/libgeotiff/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("libtiff/4.4.0")
# libgeotiff/include/xtiffio.h includes libtiff/include/tiffio.h
self.requires("libtiff/4.5.1", transitive_headers=True, transitive_libs=True)
AbrilRBS marked this conversation as resolved.
Show resolved Hide resolved
self.requires("proj/9.1.1")

def source(self):
Expand Down