diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-06-18 08:28:05 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-19 10:17:50 -0700 |
commit | 24b0ae55e659d96704fbec3ced3166f3e0c879f4 (patch) | |
tree | f9a67078b41e29aa12dbfbcc181b5a3aecf5cd98 /meta-python | |
parent | 15d29166ed4c195bbe6a01028ec08824a7a895da (diff) | |
download | meta-openembedded-24b0ae55e659d96704fbec3ced3166f3e0c879f4.tar.gz |
python3-pyrad: add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyrad_2.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb new file mode 100644 index 0000000000..3b38fb3a4b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "RADIUS tools" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=debd8dc49cd9a7d58c7fffc771efed4f" | ||
5 | |||
6 | PYPI_PACKAGE = "pyrad" | ||
7 | SRC_URI[sha256sum] = "89c4d9b2cab1746c48dc0d93898d278e34a40acedf6f511aeaa748bcd4490295" | ||
8 | |||
9 | inherit pypi setuptools3 | ||