summaryrefslogtreecommitdiffstats
path: root/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-nlu-utils_0.9.1.bb
blob: 491e4633e9bd4c433454326b38646465a6444de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Python wrapper of rust library for NLU utils with wrappers in other languages"
HOMEPAGE = "https://github.com/snipsco/snips-nlu-utils"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=fdebc354a9200f9dc847e624d4584ea9"

SRC_URI += " \
    git://github.com/malik727/snips-nlu-utils.git;protocol=https;branch=master \
    "

PV = "0.9.1+git${SRCPV}"
S = "${WORKDIR}/git/python"
SRCREV = "b632934413bf84a733cd745db33a0c83640eada8"

DEPENDS += "python3-setuptools-rust-native"

require ${BPN}-crates.inc

inherit cargo python_setuptools3_rust

do_compile[network] = "1"