summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dbus-deviation_0.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dbus-deviation_0.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dbus-deviation_0.6.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dbus-deviation_0.6.1.bb b/meta-python/recipes-devtools/python/python3-dbus-deviation_0.6.1.bb
new file mode 100644
index 0000000000..e969e85465
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dbus-deviation_0.6.1.bb
@@ -0,0 +1,20 @@
1SUMMARY = "dbus-deviation is a project for parsing D-Bus introspection XML and processing it in various ways"
2HOMEPAGE = "https://tecnocode.co.uk/dbus-deviation/"
3LICENSE = "LGPL-2.1-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=90263a49bc1d9a204656fec4d5616c66"
5
6SRC_URI[sha256sum] = "e06b88efe223885d2725df51cf7c9b7b463d1c6f04ea49d4690874318d0eb7a3"
7
8inherit pypi setuptools3
9
10SRC_URI += "file://0001-Prevent-trying-to-donwload-requierment-which-will-ca.patch"
11
12DEPENDS += "python3-sphinx-native"
13
14do_install:append() {
15 for ss in $(find ${D}${PYTHON_SITEPACKAGES_DIR} -type f -name "*.py"); do
16 sed -i 's,/usr/bin/python$,/usr/bin/env python3,' "$ss"
17 done
18}
19
20BBCLASSEXTEND = "native"