[PATCH] toaster: bump django version to match build tools
David Reyna <[email protected]>
| Newsgroups | org.yoctoproject.lists.toaster |
|---|---|
| Message-ID | <[email protected]> |
From: David Reyna <[email protected]> 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 <[email protected]> --- bitbake/toaster-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/toaster-requirements.txt b/bitbake/toaster-requirements.txt index c0ec368..a682b08 100644 --- a/bitbake/toaster-requirements.txt +++ b/bitbake/toaster-requirements.txt @@ -1,3 +1,3 @@ -Django>1.8,<1.11.9 +Django>1.8,<1.12 beautifulsoup4>=4.4.0 pytz -- 1.9.1