summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2024-01-02 09:31:29 +0100
committerFlorent Thiéry2024-01-02 09:31:33 +0100
commitc92478437a085773ae065a66b590faac0eb2ce11 (patch)
tree35118c5bacef1b32377e9b14286803ebbe771537
parent39c931f67528b245b3d9cf9b4ce0ef1acf52dc25 (diff)
downloadaur-c92478437a085773ae065a66b590faac0eb2ce11.tar.gz
add python-setuptools dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e71e376a852..76dbf9cc4e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ introspection"
arch=('any')
license=('LGPL')
url="https://github.com/UbiCastTeam/${pkgname}"
-depends=('python' 'python-gobject' 'gtk3' 'xdot' 'graphviz')
+depends=('python' 'python-setuptools' 'python-gobject' 'gtk3' 'xdot' 'graphviz')
source=("git+${url}.git")
sha512sums=('SKIP')
makedepends=('git')