diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-10-25 14:50:22 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-10-25 14:52:19 +0000 |
commit | d258c3d499a35a3ad83686f8cab8d0757ad94b9e (patch) | |
tree | 053aa2774c9cf4aa893e723137ebc46f4bc12bfa /recipes-devtools/python | |
parent | 827092c2ec925ea3a024dcda9ccfd738e351e6ba (diff) | |
download | meta-virtualization-d258c3d499a35a3ad83686f8cab8d0757ad94b9e.tar.gz |
python3-nacl: drop recipe
We introduced this to support python3-docker-compose, but docker
compose has moved onto being a go application.
meta-python has a newer version of the recipe, so our old one
is causing signature issues.
Dropping the recipe keeps everything happy
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r-- | recipes-devtools/python/python3-nacl_1.3.0.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-devtools/python/python3-nacl_1.3.0.bb b/recipes-devtools/python/python3-nacl_1.3.0.bb deleted file mode 100644 index 42a3cd9d..00000000 --- a/recipes-devtools/python/python3-nacl_1.3.0.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SUMMARY = "Python binding to the Networking and Cryptography (NaCl) library" | ||
2 | HOMEPAGE = "https://github.com/pyca/pynacl" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f" | ||
5 | |||
6 | PYPI_PACKAGE = "PyNaCl" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | SRC_URI[md5sum] = "3f3b1272287bc2de8efd8a5fa18bf728" | ||
11 | SRC_URI[sha256sum] = "0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c" | ||
12 | |||
13 | DEPENDS += "\ | ||
14 | libsodium \ | ||
15 | python3-cffi-native \ | ||
16 | python3-pip-native \ | ||
17 | " | ||
18 | |||
19 | RDEPENDS:${PN}:class-target += " \ | ||
20 | python3-cffi \ | ||
21 | python3-pycparser \ | ||
22 | " | ||
23 | |||
24 | export SODIUM_INSTALL = "system" | ||
25 | |||
26 | BBCLASSEXTEND = "native" | ||