diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2018-07-27 14:59:25 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-30 12:44:28 +0100 |
| commit | 4cc30de57dd70571005a1f31f9465d745c92aad2 (patch) | |
| tree | 93e3483237a76396bbed26724e0625afdf3417cd /meta/recipes-devtools/python/python3-pbr_3.1.1.bb | |
| parent | 0176e798364689774bed4ac4bd0e345c32ea3078 (diff) | |
| download | openembedded-core-4cc30de57dd70571005a1f31f9465d745c92aad2.tar.gz openembedded-core-4cc30de57dd70571005a1f31f9465d745c92aad2.tar.bz2 openembedded-core-4cc30de57dd70571005a1f31f9465d745c92aad2.zip | |
python3-pbr: add it for python3-testtools
- The python3-testtools RDEPENDS on it.
- It is from meta-python, I extended it to nativesdk.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pbr_3.1.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pbr_3.1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pbr_3.1.1.bb b/meta/recipes-devtools/python/python3-pbr_3.1.1.bb new file mode 100644 index 0000000000..97e7361b16 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_3.1.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pbr.inc |
