All of lore.kernel.org
 help / color / mirror / Atom feed
From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [dunfell 15/57] python3-pyudev: add the missing rdepends
Date: Mon, 18 May 2020 07:49:20 -0700	[thread overview]
Message-ID: <5c91e3aa46b7fa5427af584aefb51f22cf931917.1589813083.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1589813083.git.akuster808@gmail.com>

From: Mingli Yu <mingli.yu@windriver.com>

Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import pyudev
 [snip]
 ModuleNotFoundError: No module named 'fcntl'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 4e79bf9f1d11739389f0cc7c9e6360dcd156f16c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
index f39847ffa7..49a3628f41 100644
--- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
@@ -17,5 +17,6 @@ RDEPENDS_${PN} = "\
     ${PYTHON_PN}-misc \
     ${PYTHON_PN}-six \
     ${PYTHON_PN}-threading \
+    ${PYTHON_PN}-fcntl \
     libudev \
 "
-- 
2.17.1


  parent reply	other threads:[~2020-05-18 14:50 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 14:49 [dunfell 00/57] Patch review akuster
2020-05-18 14:49 ` [dunfell 01/57] php: fix zip package config akuster
2020-05-18 14:49 ` [dunfell 02/57] tcpdump: Fix PACKAGECONFIG for OpenSSL akuster
2020-05-18 14:49 ` [dunfell 03/57] nginx: remove /var/log/nginx when do_install akuster
2020-05-18 14:49 ` [dunfell 04/57] php: fix PACKAGECONFIG for soap akuster
2020-05-18 14:49 ` [dunfell 05/57] python3-ntplib: add missing python3-io RDEPENDS akuster
2020-05-18 14:49 ` [dunfell 06/57] python3-pid: add the missing rdepends akuster
2020-05-18 14:49 ` [dunfell 07/57] python3-parallax: " akuster
2020-05-18 14:49 ` [dunfell 08/57] python3-pkgconfig: add " akuster
2020-05-18 14:49 ` [dunfell 09/57] python3-py: add python3-netclient to RDEPENDS akuster
2020-05-18 14:49 ` [dunfell 10/57] python3-markdown: add logging and setuptools " akuster
2020-05-18 14:49 ` [dunfell 11/57] php: fix opcache link error in 7.4 akuster
2020-05-18 14:49 ` [dunfell 12/57] python3-pathlib2: add the missing rdepends akuster
2020-05-18 14:49 ` [dunfell 13/57] python3-ptyprocess: " akuster
2020-05-18 14:49 ` [dunfell 14/57] python3-pydbus: " akuster
2020-05-18 14:49 ` akuster [this message]
2020-05-18 14:49 ` [dunfell 16/57] php: update fix for opcache link issue in 7.4.4 akuster
2020-05-18 14:49 ` [dunfell 17/57] python-pretty-table: add rdep's akuster
2020-05-18 14:49 ` [dunfell 18/57] python3-pyhamcrest: add rdep akuster
2020-05-18 14:49 ` [dunfell 19/57] python3-zipp: add the missing rdepends akuster
2020-05-18 14:49 ` [dunfell 20/57] x11vnc: fix xfc NULL pointer dereference akuster
2020-05-18 14:49 ` [dunfell 21/57] python3-setuptools-scm: Cosmetic improvement akuster
2020-05-18 14:49 ` [dunfell 22/57] python3-setuptools-scm: Add nativesdk to BBCLASSEXTEND akuster
2020-05-18 14:49 ` [dunfell 23/57] python3-attrs: " akuster
2020-05-18 14:49 ` [dunfell 24/57] xfce4-notifyd: upgrade 0.6.0 -> 0.6.1 akuster
2020-05-18 14:49 ` [dunfell 25/57] xfconf: upgrade 4.14.1 -> 4.14.2 akuster
2020-05-18 14:49 ` [dunfell 26/57] xfwm4: " akuster
2020-05-18 14:49 ` [dunfell 27/57] qpdf: upgrade 9.1.0 -> 10.0.1 akuster
2020-05-18 14:49 ` [dunfell 28/57] qpdf: link libatomic explicitly on mips akuster
2020-05-18 14:49 ` [dunfell 29/57] mailcap: upgrade 2.1.48 -> 2.1.49 akuster
2020-05-18 14:49 ` [dunfell 30/57] python3-parse-type: Modify ptest output format akuster
2020-05-18 14:49 ` [dunfell 31/57] python3-pluggy: " akuster
2020-05-18 14:49 ` [dunfell 32/57] python3-polyline: " akuster
2020-05-18 14:49 ` [dunfell 33/57] python3-precise-runner: " akuster
2020-05-18 14:49 ` [dunfell 34/57] python3-prettytable: " akuster
2020-05-18 14:49 ` [dunfell 35/57] python3-ptyprocess: " akuster
2020-05-18 14:49 ` [dunfell 36/57] python3-pyasn1: " akuster
2020-05-18 14:49 ` [dunfell 37/57] python3-pyasn1-modules: " akuster
2020-05-18 14:49 ` [dunfell 38/57] python3-pyserial: " akuster
2020-05-18 14:49 ` [dunfell 39/57] python3-pyroute2: " akuster
2020-05-18 17:13 ` [oe] [dunfell 00/57] Patch review Adrian Bunk
2020-05-19 14:36   ` akuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5c91e3aa46b7fa5427af584aefb51f22cf931917.1589813083.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.