diff options
author | psykose <alice@ayaya.dev> | 2022-09-26 12:23:27 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-09-26 14:23:47 +0200 |
commit | d5c03dc3845a35c65ec033134f7736f801bd5bc3 (patch) | |
tree | 33f55df2cfea5eee5a9cdf9ae10b118d0ae33328 | |
parent | 39c33edf194505411f38da54154b62091d45dd6d (diff) |
main/rsync: fix rrsync depends
-rw-r--r-- | main/rsync/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rsync/APKBUILD b/main/rsync/APKBUILD index e33a86bda96..3e83c882a1b 100644 --- a/main/rsync/APKBUILD +++ b/main/rsync/APKBUILD @@ -73,7 +73,7 @@ package() { rrsync() { pkgdesc="Restricted rsync, restricts rsync to a subdir declared in .ssh/authorized_keys" - depends="rsync perl" + depends="rsync python3" arch="noarch" cd "$builddir" |