summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorRafael Fontenelle2019-01-12 10:25:38 -0200
committerRafael Fontenelle2019-01-12 10:25:40 -0200
commit1a6c8d4d9794c73fdb59b8b43ff945180a3f4003 (patch)
treeafcff6e6d71739c66adc9a57358e4086673bca6d /.SRCINFO
parent519dcd9611d46a0c4a91c5248255da0e8bd71d8e (diff)
downloadaur-1a6c8d4d9794c73fdb59b8b43ff945180a3f4003.tar.gz
Fix ruamel dependency
Buildstream currently depends on ruamel.yaml < 0.15.52, as can be seen in 'requirements/requirements.in' file This fixes the 'depends' array to 0.15.51 version
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb2bb22659b7..464d81cedb7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = buildstream
pkgdesc = Framework for modelling build pipelines in a declarative YAML format
pkgver = 1.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://buildstream.build/
arch = any
license = LGPL
@@ -15,7 +15,7 @@ pkgbase = buildstream
depends = python-pluginbase
depends = python-protobuf
depends = python-psutil
- depends = python-ruamel-yaml0.15.52
+ depends = python-ruamel-yaml0.15.51
depends = bzr
depends = git
depends = lzip