浏览代码

bitbake: 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]

(Bitbake rev: b081b78a330fee30b172c2c8bdc9c196a65be9af)

Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
David Reyna 6 年之前
父节点
当前提交
ddb1f31a4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bitbake/toaster-requirements.txt

+ 1 - 1
bitbake/toaster-requirements.txt

@@ -1,3 +1,3 @@
-Django>1.8,<1.11.9
+Django>1.8,<1.12
 beautifulsoup4>=4.4.0
 beautifulsoup4>=4.4.0
 pytz
 pytz