summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2017-08-21 23:13:06 -0300
committerRafael Fontenelle2017-08-21 23:13:06 -0300
commit0b28edc0aba47ccbbdc74538cd9860a4b44d68b3 (patch)
tree90d61178acdde9b61f5c4e162475801381ebbc57 /PKGBUILD
parent15988e3b7f5fb85b2893de00089588c6d90d0832 (diff)
downloadaur-0b28edc0aba47ccbbdc74538cd9860a4b44d68b3.tar.gz
Add some runtime dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bc06d720964..a1fb3e584cec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,9 @@ pkgdesc="Flexible and extensible framework for the modelling of build pipelines
arch=('any')
url="https://wiki.gnome.org/Projects/BuildStream/"
license=('LGPL')
-depends=('python-gobject' 'bubblewrap' 'ostree' 'python-ruamel-yaml')
+depends=('bubblewrap' 'ostree' 'python-blessings' 'python-click'
+ 'python-fusepy' 'python-gobject' 'python-pluginbase'
+ 'python-psutil' 'python-ruamel-yaml')
makedepends=('python-setuptools' 'git')
provides=('buildstream')
conflicts=('buildstream')