aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/py3-livereload/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-livereload/APKBUILD b/community/py3-livereload/APKBUILD
index 715d00a394..58d078305e 100644
--- a/community/py3-livereload/APKBUILD
+++ b/community/py3-livereload/APKBUILD
@@ -10,7 +10,7 @@ arch="noarch"
license="BSD-3-Clause"
replaces="py-livereload" # for backwards compatibility
provides="py-livereload=$pkgver-r$pkgrel" # for backwards compatibility
-depends=""
+depends="py3-six py3-tornado python3"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver