summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-secretstorage.inc
blob: 877765b96b871eea1f2c075c9798bf733f84e12a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Python bindings to FreeDesktop.org Secret Service API"
AUTHOR = "Dmitry Shachnev"
HOMEPAGE = "https://github.com/mitya57/secretstorage"

PR = "r0"

RDEPENDS_${PN} += "\
    ${PYTHON_PN}-crypt \
    ${PYTHON_PN}-math \
    ${PYTHON_PN}-netclient \
"

RDEPENDS_${PN} += "\
    ${PYTHON_PN}-cryptography \
"

PYPI_PACKAGE = "SecretStorage"

inherit pypi