summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Bright2016-09-10 20:58:34 +0100
committerDan Bright2016-09-10 20:58:34 +0100
commitbd34492ab3b9074aebe71326026814d8f4e7e830 (patch)
treedeea42c8e4da13a0e7bdae8e31fed2f5b38e2cce
parentb4fd747643fe5b174ea80e14beaf176d8db82b8b (diff)
downloadaur-bd34492ab3b9074aebe71326026814d8f4e7e830.tar.gz
Fix pyyaml dependency issue
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e10c403ea4b5..1323602c9256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="NOTE: THIS IS BETA. USE AT YOUR OWN RISK. GTK 3.x research tool applica
arch=('any')
url="https://github.com/ZWS2014/VideoTagger"
license=('GPL3')
-depends=('python>=3.0.0' 'python-gobject' 'git' 'libyaml' 'mpv' 'python-pip' 'python-yaml')
+depends=('python>=3.0.0' 'python-gobject' 'git' 'libyaml' 'mpv' 'python-pip')
source=("VideoTagger::git+https://github.com/ZWS2014/VideoTagger")
#source=($pkgname-$pkgver.tar.gz)
sha256sums=('SKIP')