Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 24, 2024
1 parent c93fcc2 commit 390a735
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def requirements(self):
for req in self.conan_data["requirements"]:
self.requires(req)
self.requires("protobuf/3.21.12", transitive_headers=True)
self.requires("zlib/1.3.1")
self.requires("cpython/3.12.2")

def validate(self):
Expand All @@ -98,7 +97,6 @@ def config_options(self):
def configure(self):
if self.options.shared:
self.options.rm_safe("fPIC")
self.options["cpython"].shared = True

def generate(self):
# Generate the pyproject.toml
Expand Down

0 comments on commit 390a735

Please sign in to comment.