Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jondo2010 committed Sep 15, 2023
1 parent bd278d5 commit 55f3b31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module(name = "rules_appimage", version = "1.2.0")

bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_python", version = "0.25.0", dev_dependency = True)
bazel_dep(name = "rules_python", version = "0.25.0")
bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "platforms", version = "0.0.7")

python = use_extension("@rules_python//python/extensions:python.bzl", "python", dev_dependency = True)
python = use_extension("@rules_python//python/extensions:python.bzl", "python")

# These pip deps are only used for the tests, hence the dev_dependency = True
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip", dev_dependency = True)
pip.parse(
hub_name = "rules_appimage_py_deps",
Expand Down

0 comments on commit 55f3b31

Please sign in to comment.