summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShae2023-06-01 09:59:56 -0700
committerShae2023-06-01 09:59:56 -0700
commit8a5c7022bd1ffb198927dbfaecd7088ca9ffe65b (patch)
tree53afa63d1d86bf57d301e45d305deddac03bc344 /PKGBUILD
parentcb7a25e6daf60555e77601089188353e8b24f07d (diff)
downloadaur-8a5c7022bd1ffb198927dbfaecd7088ca9ffe65b.tar.gz
Added python-bottles dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ba599a429b1..7b601a4581e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Build GUI for your Python program with JavaScript, HTML, and CSS."
arch=('any')
url='https://github.com/r0x0r/pywebview'
license=('BSD')
-depends=('python' 'python-proxy_tools')
+depends=('python' 'python-proxy_tools' 'python-bottle')
makedepends=('python-setuptools')
optdepends=('python-gobject: use with GTK'
'python-cairo: use with GTK'