diff options
author | S. Lockwood-Childs <sjl@vctlabs.com> | 2018-08-06 17:45:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-08 12:04:14 -0700 |
commit | aee991551f113fa8b65b67155d4d36e6ccd2e3f5 (patch) | |
tree | 9e1ace2e44d8f4fc523844eebf5aaf4ce3fb3f09 /meta-python/recipes-devtools/python/python3-future_0.16.0.bb | |
parent | b87b595ab12c19a32c4ae0b71288afcf72cb5684 (diff) | |
download | meta-openembedded-aee991551f113fa8b65b67155d4d36e6ccd2e3f5.tar.gz |
python-future: make recipe available as python3 version
Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-future_0.16.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-future_0.16.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-future_0.16.0.bb b/meta-python/recipes-devtools/python/python3-future_0.16.0.bb new file mode 100644 index 000000000..f059186bf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-future_0.16.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-future.inc | ||