summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11e20aabc706..8a56ea3eab8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,18 +9,13 @@ arch=('i686' 'x86_64')
url="https://github.com/ZappaBoy/domo"
source=("git+https://github.com/ZappaBoy/domo")
sha256sums=('SKIP')
-
license=('GPL')
depends=(
"python"
'python-setuptools'
- "python-certifi"
- "python-charset-normalizer"
- "python-colorama"
- "python-idna"
- "python-pycryptodome"
+ 'python-cryptography'
"python-requests"
- "python-urllib3")
+ "python-tinytuya")
makedepends=('git' 'python-installer' 'python-build' 'python-wheel')
provides=("domo")