Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class libhal___device___conan(ConanFile):
topics = ("__device__", "libhal", "driver")
settings = "compiler", "build_type", "os", "arch"

python_requires = "libhal-bootstrap/[^4.0.0]"
python_requires = "libhal-bootstrap/[^4.2.1]"
python_requires_extend = "libhal-bootstrap.library"

def requirements(self):
Expand Down
2 changes: 1 addition & 1 deletion demos/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


class demos(ConanFile):
python_requires = "libhal-bootstrap/[^4.0.0]"
python_requires = "libhal-bootstrap/[^4.2.1]"
python_requires_extend = "libhal-bootstrap.demo"

def requirements(self):
Expand Down
2 changes: 1 addition & 1 deletion test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class TestPackageConan(ConanFile):
settings = "os", "arch", "compiler", "build_type"
python_requires = "libhal-bootstrap/[^4.0.0]"
python_requires = "libhal-bootstrap/[^4.2.1]"
python_requires_extend = "libhal-bootstrap.library_test_package"

def requirements(self):
Expand Down
Loading