aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb b/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb
index b5d3e779..614c4eb9 100644
--- a/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb
+++ b/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb
@@ -1,9 +1,9 @@
-RDEPENDS_${PN} += "python3-core python3-dbus"
+RDEPENDS:${PN} += "python3-core python3-dbus"
SUMMARY = "Python bindings for the avahi zeroconf client"
HOMEPAGE = "https://github.com/lathiat/avahi"
SECTION = "devel/python"
-LICENSE = "GPLv2+"
+LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV}.tar.gz"
@@ -30,4 +30,4 @@ do_install () {
${D}${PYTHON_SITEPACKAGES_DIR}/avahi/avahi-bookmarks
}
-FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/avahi"
+FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/avahi"