From 00e537997327ca1ceb33e41efe6f094c7eb93078 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 30 Nov 2024 20:34:19 -0500 Subject: [PATCH] user/tandoor-recipes: FTBFS --- user/tandoor-recipes/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/user/tandoor-recipes/APKBUILD b/user/tandoor-recipes/APKBUILD index 72a3d33..6ae8824 100644 --- a/user/tandoor-recipes/APKBUILD +++ b/user/tandoor-recipes/APKBUILD @@ -4,7 +4,8 @@ pkgname=tandoor-recipes pkgver=1.5.12 pkgrel=1 pkgdesc="Application for managing recipes, planning meals, building shopping lists, etc." -arch="noarch" +# FTBFS +# arch="noarch" url="https://github.com/TandoorRecipes/recipes" license="AGPL-3.0-only" depends=" @@ -56,7 +57,7 @@ depends=" py3-requests py3-six py3-uritemplate - py3-validators~=0.20 + py3-validators~0.20 py3-webdavclient3 py3-whitenoise py3-yaml