Skip to content

Commit accee38

Browse files
committed
BUILDBOT: Add treq dependency
1 parent 772798a commit accee38

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ BUILDBOT_VERSION := 3.3.0
22
BUILDBOT_BASEDIR := buildbot-workdir
33

44
BOTTLE_VERSION := 0.12.19
5+
TREQ_VERSION := 21.5.0
56

67
# Without toolchains/ part, all is a placeholder for all detected toolchains
78
TOOLCHAINS_ENABLED := all
@@ -142,6 +143,7 @@ master-check:
142143
$(BUILDDIR)/buildbot_installed: Makefile | $(BUILDDIR)
143144
pip install 'buildbot[bundle]==$(BUILDBOT_VERSION)' \
144145
'buildbot-wsgi-dashboards==$(BUILDBOT_VERSION)' \
146+
'treq==$(TREQ_VERSION)' \
145147
'bottle==$(BOTTLE_VERSION)'
146148
touch $(BUILDDIR)/buildbot_installed
147149

check-versions/config.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
'repository': 'https://github.com/bottlepy/bottle.git',
112112
'exclude pattern': r'.*(b|rc).*'
113113
},
114+
('./Makefile', 'TREQ'): {
115+
'check': 'git tag',
116+
'repository': 'https://github.com/twisted/treq.git',
117+
'prefix': 'release-',
118+
'exclude pattern': r'.*(b|rc).*'
119+
},
114120

115121
('./toolchains/m4/debian-toolchain-base.m4', 'DEBIAN'): debian_check,
116122

0 commit comments

Comments
 (0)