[oe-commits] [bitbake] 03/18: toaster: bump django version to match build tools

git at git.openembedded.org git at git.openembedded.org
Tue Oct 16 20:01:03 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 6c6efa70a214b81c22567b8db7bb2ef7723e2848
Author: David Reyna <David.Reyna at windriver.com>
AuthorDate: Mon Oct 15 00:14:18 2018 -0700

    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 at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 toaster-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toaster-requirements.txt b/toaster-requirements.txt
index c0ec368..a682b08 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list