Skip to content

Commit

Permalink
[Changed] move pymobiledevicelite into zxz-moe-bis, and will be b…
Browse files Browse the repository at this point in the history
…undled into extension
  • Loading branch information
puer authored and xinzhengzhang committed Jan 26, 2024
1 parent f224386 commit c8ace84
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
This python program is a very simplified version of pymobiledevice3(https://github.com/doronz88/pymobiledevice3)
"""

load("@my_deps//:requirements.bzl", "requirement")
load("@rules_python//python:defs.bzl", "py_binary")
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
load("@my_deps//:requirements.bzl", "requirement")

compile_pip_requirements(
name = "requirements",
Expand All @@ -21,6 +21,6 @@ py_binary(
srcs = ["pymobiledevicelite.py"],
visibility = ["//visibility:public"],
deps = [
requirement("pymobiledevice3"),WatchLaterWatchLater
requirement("pymobiledevice3"),
],
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit c8ace84

Please sign in to comment.