Skip to content

Commit

Permalink
Remove indirect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 24, 2024
1 parent 5f2ad9c commit 852b4a8
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 @@ -72,7 +72,6 @@ def requirements(self):
self.requires(req)
self.requires("cpython/3.12.2")
self.requires("nlopt/2.7.1")
self.requires("clipper/6.4.2@ultimaker/cura_11622") # FIXME: use main after merge

def validate(self):
if self.settings.compiler.cppstd:
Expand All @@ -96,7 +95,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):
pp = self.python_requires["pyprojecttoolchain"].module.PyProjectToolchain(self)
Expand Down

0 comments on commit 852b4a8

Please sign in to comment.