diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2020-05-27 16:27:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-30 12:34:16 +0100 |
commit | 68e76d0d4b266719922b2cea5508acf4716b92cb (patch) | |
tree | d8dcf3c0ee1760134f15f87e69ca816e10d9aa76 /bitbake | |
parent | 2fff9848aeaf3f331dc354af5267a269838af678 (diff) | |
download | poky-68e76d0d4b266719922b2cea5508acf4716b92cb.tar.gz |
bitbake: toaster-requirements.txt: require Django 2.2
In commit 9730f95686b2ac72cf1fa513c555f7c7787e2667
Django 2.2 was enabled.
Django 1.11 was EOL on April 1, 2020
(Bitbake rev: ee15e78c6f9b59c221b1e43973ee4db20c5b443b)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/toaster-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/toaster-requirements.txt b/bitbake/toaster-requirements.txt index a682b085d8..735b614546 100644 --- a/bitbake/toaster-requirements.txt +++ b/bitbake/toaster-requirements.txt | |||
@@ -1,3 +1,3 @@ | |||
1 | Django>1.8,<1.12 | 1 | Django>2.2,<2.3 |
2 | beautifulsoup4>=4.4.0 | 2 | beautifulsoup4>=4.4.0 |
3 | pytz | 3 | pytz |