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-06 12:14:05 +0000 |
commit | ed5e7541677f6a046f85389cd0c879be3db422cd (patch) | |
tree | 4f4fe885bd14b82ae179a0450269c9062c4fd271 | |
parent | effa141bfce55aab25142ee578c95383c755ad73 (diff) | |
download | openembedded-core-ed5e7541677f6a046f85389cd0c879be3db422cd.tar.gz openembedded-core-ed5e7541677f6a046f85389cd0c879be3db422cd.tar.bz2 openembedded-core-ed5e7541677f6a046f85389cd0c879be3db422cd.zip |
python3: add python3-venv to the python3-modules RDEPENDS
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ "typing", "unittest", "unixadmin", + "venv", "xml", "xmlrpc" ], |