Skip to content

Commit

Permalink
libspatialite: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Dec 5, 2023
1 parent e428fb9 commit 2952905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/libspatialite/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ def requirements(self):
if self.options.get_safe("with_rttopo"):
self.requires("librttopo/1.1.0")
if self.options.with_libxml2:
self.requires("libxml2/2.11.5")
self.requires("libxml2/2.12.1")
if self.options.with_minizip:
self.requires("minizip/1.2.13")

def build_requirements(self):
if not is_msvc(self):
self.tool_requires("libtool/2.4.7")
if not self.conf.get("tools.gnu:pkg_config", check_type=str):
self.tool_requires("pkgconf/2.0.3")
self.tool_requires("pkgconf/2.1.0")
if self._settings_build.os == "Windows":
self.win_bash = True
if not self.conf.get("tools.microsoft.bash:path", check_type=str):
Expand Down

0 comments on commit 2952905

Please sign in to comment.