forked from openembedded/meta-openembedded
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This module is required by newer versions of pandas, so add it as a recipe. Signed-off-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
meta-python/recipes-devtools/python/python3-versioneer_0.29.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
SUMMARY = "Easy VCS-based management of project version strings" | ||
HOMEPAGE = "https://github.com/python-versioneer/python-versioneer" | ||
SECTION = "devel/python" | ||
|
||
LICENSE = "Unlicense" | ||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f4c62131f879a8445e16a7f265aea635" | ||
|
||
SRC_URI[sha256sum] = "5ab283b9857211d61b53318b7c792cf68e798e765ee17c27ade9f6c924235731" | ||
|
||
inherit pypi python_setuptools_build_meta | ||
|
||
RDEPENDS:${PN} += "\ | ||
python3-json \ | ||
python3-netclient \ | ||
python3-tomllib \ | ||
" | ||
|
||
BBCLASSEXTEND = "native nativesdk" |