From 791ca29ea165bcd1c67b02920aad7acaa3fe14be Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <bgyorgy@archlinux.org>
Date: Mon, 29 Jul 2024 23:06:40 +0200
Subject: [PATCH] Add python to depends

---
 .SRCINFO | 1 +
 PKGBUILD | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.SRCINFO b/.SRCINFO
index 5552b0e..ede78c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = syndication-domination
 	depends = gcc-libs
 	depends = glibc
 	depends = pugixml
+	depends = python
 	depends = tidy
 	source = git+https://gitlab.com/gabmus/syndication-domination.git#tag=1.0
 	b2sums = 0e7f39a0e615434e27b3aebbea374f5b0937ca0f7fe09c65308df2b9a7485ed45329d32179da4e4041fe02c323e6f3e79c0676b8d30757a9e83704ff39f5b470
diff --git a/PKGBUILD b/PKGBUILD
index 88a8040..3dd0c97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ depends=(
   gcc-libs
   glibc
   pugixml
+  python
   tidy
 )
 makedepends=(
-- 
GitLab