diff options
author | Ross Burton <ross.burton@intel.com> | 2018-11-05 11:22:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-07 23:08:55 +0000 |
commit | fc3af664f3ddfe5b6d20ac4469cb2ff52ba565d4 (patch) | |
tree | a2ff79fee886569068def5494830e38aff0646b5 /meta/recipes-devtools | |
parent | 0140a1c2f7501758615bfa59873fd00196ef6b72 (diff) | |
download | poky-fc3af664f3ddfe5b6d20ac4469cb2ff52ba565d4.tar.gz |
python3: add python3-venv to the python3-modules RDEPENDS
(From OE-Core rev: ed5e7541677f6a046f85389cd0c879be3db422cd)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index ef7fa4ecaf..5329bf7c57 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json | |||
@@ -721,6 +721,7 @@ | |||
721 | "typing", | 721 | "typing", |
722 | "unittest", | 722 | "unittest", |
723 | "unixadmin", | 723 | "unixadmin", |
724 | "venv", | ||
724 | "xml", | 725 | "xml", |
725 | "xmlrpc" | 726 | "xmlrpc" |
726 | ], | 727 | ], |