Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 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[sha256sum] = "8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba" |
| 11 | |
| 12 | DEPENDS += "\ |
| 13 | libsodium \ |
| 14 | python3-cffi-native \ |
| 15 | python3-pip-native \ |
| 16 | " |
| 17 | |
| 18 | RDEPENDS:${PN}:class-target += " \ |
| 19 | python3-cffi \ |
| 20 | python3-pycparser \ |
| 21 | " |
| 22 | |
| 23 | export SODIUM_INSTALL = "system" |
| 24 | |
| 25 | BBCLASSEXTEND = "native" |