aboutsummaryrefslogtreecommitdiffstats
path: root/toaster-requirements.txt
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2018-10-15 00:14:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-17 12:24:05 +0100
commitb081b78a330fee30b172c2c8bdc9c196a65be9af (patch)
treece75a5e6b374650bcf3d966b037ebf7fd8a14e91 /toaster-requirements.txt
parente43ff061b03878057e49c44aa3ee2e4c7a5d5503 (diff)
downloadbitbake-b081b78a330fee30b172c2c8bdc9c196a65be9af.tar.gz
toaster: bump django version to match build tools
The version of django in the 2.6 release got bumped to 1.11.14. The toaster requirements file needs to be updated to accept it. [YOCTO #12958] Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'toaster-requirements.txt')
-rw-r--r--toaster-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/toaster-requirements.txt b/toaster-requirements.txt
index c0ec36828..a682b085d 100644
--- a/toaster-requirements.txt
+++ b/toaster-requirements.txt
@@ -1,3 +1,3 @@
-Django>1.8,<1.11.9
+Django>1.8,<1.12
beautifulsoup4>=4.4.0
pytz