summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1af73392363..6221bff04a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=0
arch=('x86_64' 'i686')
url="https://github.com/wez/wezterm"
license=('MIT')
-depends=('freetype2' 'fontconfig' 'libegl' 'harfbuzz' 'xcb-util-wm' 'xcb-util-keysyms')
+depends=('freetype2' 'fontconfig' 'libegl' 'harfbuzz' 'xcb-util-wm' 'xcb-util-keysyms' 'python')
makedepends=('rust' 'cargo' 'cmake' 'git' 'ragel')
source=("$_pkgname::git+https://github.com/wez/wezterm.git")
sha256sums=('SKIP')