fix: install python-requests for backend

This commit is contained in:
Adrien Waksberg 2019-02-08 13:58:40 +01:00
parent 2f6e2646c8
commit f661d0d0c9
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
- fix: install python-requests for backend
## [1.0.0] - 2019-02-06
- first version

View file

@ -6,6 +6,7 @@
packages:
- sensu-go-backend
- sensu-go-cli
- python-requests
register: result
retries: 3
delay: 1

View file

@ -12,6 +12,7 @@ puts '================================'
sensu-go-cli
sensu-go-backend
monitoring-plugins-basic
python-requests
].each do |package|
describe package(package) do
it { should be_installed }