Use requirements.txt from the root for image build

This ensures that the requirements.txt used for building images
is kept in sync with global requirements.txt.

Change-Id: Id474a8de4798ed4fbc56e7133073d8a674ec4f84
This commit is contained in:
Jim Rollenhagen 2014-11-18 14:53:59 -08:00
parent a912ef16f3
commit e8fab2b997
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@
if [[ -x /usr/bin/docker.io ]]; then
sudo -E ln -sf /usr/bin/docker.io /usr/local/bin/docker
fi
cd imagebuild/coreos
sudo -E pip install -r requirements.txt
cd imagebuild/coreos
sudo -E make clean
sudo -E make

View File

@ -1 +0,0 @@
requests>=2.2.0,!=2.4.0