diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-07-29 16:31:12 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-08-01 08:47:08 -0700 |
commit | 11a67b861af74d59ccfd609d6d943e966ccff731 (patch) | |
tree | ce619cf42798050439a4c04ed471ed293f17ede4 /recipes-security/mfa | |
parent | d3a484abf81fc196389480df89cf5c82d13e6381 (diff) | |
download | meta-security-11a67b861af74d59ccfd609d6d943e966ccff731.tar.gz |
meta-security: Convert to new override syntax
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/mfa')
-rw-r--r-- | recipes-security/mfa/python3-privacyidea_3.5.2.bb | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/recipes-security/mfa/python3-privacyidea_3.5.2.bb b/recipes-security/mfa/python3-privacyidea_3.5.2.bb index cd0acf8..a4ab59d 100644 --- a/recipes-security/mfa/python3-privacyidea_3.5.2.bb +++ b/recipes-security/mfa/python3-privacyidea_3.5.2.bb | |||
@@ -10,31 +10,31 @@ SRC_URI[sha256sum] = "26aeb0d353af1f212c4df476202516953c20f7f31566cfe0b67cbb553d | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | do_install_append () { | 13 | do_install:append () { |
14 | #install ${D}/var/log/privacyidea | 14 | #install ${D}/var/log/privacyidea |
15 | 15 | ||
16 | rm -fr ${D}${libdir}/${PYTHON_DIR}/site-packages/tests | 16 | rm -fr ${D}${libdir}/${PYTHON_DIR}/site-packages/tests |
17 | } | 17 | } |
18 | 18 | ||
19 | USERADD_PACKAGES = "${PN}" | 19 | USERADD_PACKAGES = "${PN}" |
20 | GROUPADD_PARAM_${PN} = "--system privacyidea" | 20 | GROUPADD_PARAM:${PN} = "--system privacyidea" |
21 | USERADD_PARAM_${PN} = "--system -g privacyidea -o -r -d /opt/${BPN} \ | 21 | USERADD_PARAM:${PN} = "--system -g privacyidea -o -r -d /opt/${BPN} \ |
22 | --shell /bin/false privacyidea" | 22 | --shell /bin/false privacyidea" |
23 | 23 | ||
24 | FILES_${PN} += " ${datadir}/etc/privacyidea/* ${datadir}/lib/privacyidea/*" | 24 | FILES:${PN} += " ${datadir}/etc/privacyidea/* ${datadir}/lib/privacyidea/*" |
25 | 25 | ||
26 | RDEPENDS_${PN} += " bash perl freeradius-mysql freeradius-utils" | 26 | RDEPENDS:${PN} += " bash perl freeradius-mysql freeradius-utils" |
27 | 27 | ||
28 | RDEPENDS_${PN} += "python3 python3-alembic python3-babel python3-backports-functools-lru-cache python3-bcrypt" | 28 | RDEPENDS:${PN} += "python3 python3-alembic python3-babel python3-backports-functools-lru-cache python3-bcrypt" |
29 | RDEPENDS_${PN} += "python3-beautifulsoup4 python3-cbor2 python3-certifi python3-cffi python3-chardet" | 29 | RDEPENDS:${PN} += "python3-beautifulsoup4 python3-cbor2 python3-certifi python3-cffi python3-chardet" |
30 | RDEPENDS_${PN} += "python3-click python3-configobj python3-croniter python3-cryptography python3-defusedxml" | 30 | RDEPENDS:${PN} += "python3-click python3-configobj python3-croniter python3-cryptography python3-defusedxml" |
31 | RDEPENDS_${PN} += "python3-ecdsa python3-flask python3-flask-babel python3-flask-migrate" | 31 | RDEPENDS:${PN} += "python3-ecdsa python3-flask python3-flask-babel python3-flask-migrate" |
32 | RDEPENDS_${PN} += "python3-flask-script python3-flask-sqlalchemy python3-flask-versioned" | 32 | RDEPENDS:${PN} += "python3-flask-script python3-flask-sqlalchemy python3-flask-versioned" |
33 | RDEPENDS_${PN} += "python3-future python3-httplib2 python3-huey python3-idna python3-ipaddress" | 33 | RDEPENDS:${PN} += "python3-future python3-httplib2 python3-huey python3-idna python3-ipaddress" |
34 | RDEPENDS_${PN} += "python3-itsdangerous python3-jinja2 python3-ldap python3-lxml python3-mako" | 34 | RDEPENDS:${PN} += "python3-itsdangerous python3-jinja2 python3-ldap python3-lxml python3-mako" |
35 | RDEPENDS_${PN} += "python3-markupsafe python3-netaddr python3-oauth2client python3-passlib python3-pillow" | 35 | RDEPENDS:${PN} += "python3-markupsafe python3-netaddr python3-oauth2client python3-passlib python3-pillow" |
36 | RDEPENDS_${PN} += "python3-pyasn1 python3-pyasn1-modules python3-pycparser python3-pyjwt python3-pymysql" | 36 | RDEPENDS:${PN} += "python3-pyasn1 python3-pyasn1-modules python3-pycparser python3-pyjwt python3-pymysql" |
37 | RDEPENDS_${PN} += "python3-pyopenssl python3-pyrad python3-dateutil python3-editor python3-gnupg" | 37 | RDEPENDS:${PN} += "python3-pyopenssl python3-pyrad python3-dateutil python3-editor python3-gnupg" |
38 | RDEPENDS_${PN} += "python3-pytz python3-pyyaml python3-qrcode python3-redis python3-requests python3-rsa" | 38 | RDEPENDS:${PN} += "python3-pytz python3-pyyaml python3-qrcode python3-redis python3-requests python3-rsa" |
39 | RDEPENDS_${PN} += "python3-six python3-smpplib python3-soupsieve python3-soupsieve " | 39 | RDEPENDS:${PN} += "python3-six python3-smpplib python3-soupsieve python3-soupsieve " |
40 | RDEPENDS_${PN} += "python3-sqlalchemy python3-sqlsoup python3-urllib3 python3-werkzeug" | 40 | RDEPENDS:${PN} += "python3-sqlalchemy python3-sqlsoup python3-urllib3 python3-werkzeug" |