diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-03-30 08:42:04 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-31 13:42:55 -0700 |
| commit | dbb85013aee8240d61a5fa24dc7d90dbb1f2b740 (patch) | |
| tree | e6c8ae2f185cbd2d6f68ea5bfbaba1ea84f6d0e0 /meta-python/recipes-devtools/python | |
| parent | e6673cfd154ae4a84af5b51b3857ba398585aaf7 (diff) | |
| download | meta-openembedded-dbb85013aee8240d61a5fa24dc7d90dbb1f2b740.tar.gz | |
python3-pydbus: Drop ${PYTHON_PN}
Python2 is long unsupported, so we no longer need this variable. It was used to handle Python2/3 compatibility.
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb index ac9b8e8aba..7962c4322b 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | |||
| @@ -16,11 +16,11 @@ inherit ptest setuptools3 | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | RDEPENDS:${PN} = "${PYTHON_PN}-pygobject \ | 19 | RDEPENDS:${PN} = "python3-pygobject \ |
| 20 | ${PYTHON_PN}-io \ | 20 | python3-io \ |
| 21 | ${PYTHON_PN}-logging" | 21 | python3-logging" |
| 22 | 22 | ||
| 23 | do_install_ptest() { | 23 | do_install_ptest() { |
| 24 | install -d ${D}${PTEST_PATH}/tests | 24 | install -d ${D}${PTEST_PATH}/tests |
| 25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
| 26 | } \ No newline at end of file | 26 | } |
