summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2023-04-30 11:41:11 -0300
committerRafael Fontenelle2023-04-30 11:41:11 -0300
commit54d419babd8dafa9c840c8d5b0ffd7a985ad9746 (patch)
tree867a132f5cd6001e1864a208a9f384b0f79e9d5f /PKGBUILD
parente509f2bd90ec00b3da79dc993db3acb79aa08ec5 (diff)
downloadaur-54d419babd8dafa9c840c8d5b0ffd7a985ad9746.tar.gz
Add setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fdcf9306e94..7803dc5bf762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(any)
url="https://gitlab.com/pyg3t/pyg3t"
license=('GPL3')
depends=('python-dateutil')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
provides=($_name)
conflicts=($_name)
source=(git+${url}.git)