summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dab28ae5e993..6f47b1fc1c80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Cli application to generate OTP tokens for two-factor authentication."
arch=(any)
url="https://gitlab.com/hobarrera/totp-cli"
license=('MIT')
-depends=("python-onetimepass" "pass")
+depends=("python-onetimepass" "pass" "python-setuptools")
source=("https://pypi.io/packages/source/t/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
md5sums=('80eb432406835f4a0a71a29ebf99bc22')