summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2023-04-30 11:41:11 -0300
committerRafael Fontenelle2023-04-30 11:41:11 -0300
commit54d419babd8dafa9c840c8d5b0ffd7a985ad9746 (patch)
tree867a132f5cd6001e1864a208a9f384b0f79e9d5f
parente509f2bd90ec00b3da79dc993db3acb79aa08ec5 (diff)
downloadaur-pyg3t-git.tar.gz
Add setuptools
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49d601b070a0..87100610eb89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = pyg3t-git
arch = any
license = GPL3
makedepends = git
+ makedepends = python-setuptools
depends = python-dateutil
provides = pyg3t
conflicts = pyg3t
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)