Skip to content

Commit

Permalink
httplib dep for odrcore
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jan 10, 2025
1 parent 224698e commit ffbd290
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/odrcore/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,15 @@ def requirements(self):
self.requires("vincentlaucsb-csv-parser/2.3.0")
self.requires("uchardet/0.0.8")
self.requires("utfcpp/4.0.4")

if self.options.get_safe("with_pdf2htmlEX"):
self.requires("pdf2htmlex/0.18.8.rc1-20240905-git-vili")
if self.options.get_safe("with_wvWare"):
self.requires("wvware/1.2.9-vili")

if Version(self.version) == "9.9.9":
self.requires("cpp-httplib/0.16.3")

def build_requirements(self):
if Version(self.version) <= "2.0.0":
return
Expand Down

0 comments on commit ffbd290

Please sign in to comment.