Skip to content

Commit

Permalink
chore: apply reivew comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ggulgulia committed Jul 26, 2022
1 parent ae68bd3 commit dfd79a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions recipes/ignition-tools/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import conan.tools.files
import textwrap

required_conan_version = ">=1.29.1"
required_conan_version = ">=1.43.0"


class IgnitionToolsConan(ConanFile):
Expand Down Expand Up @@ -64,9 +64,6 @@ def validate(self):
)
)

def requirements(self):
pass

def source(self):
tools.get(**self.conan_data["sources"][self.version],
strip_root=True, destination=self._source_subfolder)
Expand Down

0 comments on commit dfd79a3

Please sign in to comment.