From 5f6acafe11acda99e8dd0b97c661ae2f9518135c Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Mon, 26 Sep 2022 12:23:27 +0000
Subject: [PATCH] main/rsync: fix rrsync depends

---
 main/rsync/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/rsync/APKBUILD b/main/rsync/APKBUILD
index e33a86bda961..3e83c882a1b7 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"
-- 
GitLab