diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-07-24 13:58:25 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-24 20:24:26 -0700 |
commit | 0eb4abcafd6aa0130533b3ea93125d636b8293bb (patch) | |
tree | dccb0201f04467859c702df6df5394a74f4574e8 /meta-python/recipes-core/packagegroups | |
parent | 56d5b088e1dba5a12de357437f4e93946343a7f7 (diff) | |
download | meta-openembedded-0eb4abcafd6aa0130533b3ea93125d636b8293bb.tar.gz |
python3-versioneer: add recipe
This module is required by newer versions of pandas, so add it as a
recipe.
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core/packagegroups')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index b23d24c6d..9500f80e0 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -446,6 +446,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
446 | python3-unidiff \ | 446 | python3-unidiff \ |
447 | python3-uritemplate \ | 447 | python3-uritemplate \ |
448 | python3-vcversioner \ | 448 | python3-vcversioner \ |
449 | python3-versioneer \ | ||
449 | python3-versiontools \ | 450 | python3-versiontools \ |
450 | python3-visitor \ | 451 | python3-visitor \ |
451 | python3-waitress \ | 452 | python3-waitress \ |