mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Replaced 'cryptography' by the much small 'crypto' package. With cryptography, the build is too big with e.g. cpp included. PS: this was already a long time the mailinglist. I guess with my attempt to attach a patch, this could be processed. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
413 B
PHP
15 lines
413 B
PHP
DESCRIPTION = "Classes Without Boilerplate"
|
|
HOMEPAGE = "http://www.attrs.org/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff"
|
|
|
|
SRC_URI[sha256sum] = "e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b"
|
|
SRC_URI[md5sum] = "3f3f3e0750dab74cfa1dc8b0fd7a5f86"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS_${PN}_class-target += " \
|
|
${PYTHON_PN}-crypt \
|
|
${PYTHON_PN}-ctypes \
|
|
"
|