All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/20] python3-pyinotify: remove as unmaintained
@ 2023-12-15  7:52 Alexander Kanavin
  2023-12-15  7:52 ` [PATCH 02/20] python3-supervisor: do not rely on smtpd module Alexander Kanavin
                   ` (18 more replies)
  0 siblings, 19 replies; 30+ messages in thread
From: Alexander Kanavin @ 2023-12-15  7:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Alexander Kanavin

There hasn't been a release in years, and python 3.12 is no longer
compatible as it has removed the smtpd module.
https://github.com/seb-m/pyinotify

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../packagegroups/packagegroup-meta-python.bb |  1 -
 .../python/python3-pyinotify_0.9.6.bb         | 19 -------------------
 2 files changed, 20 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 3b9a0f048..af1b7ba92 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -321,7 +321,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
     python3-pyflakes \
     python3-pyhamcrest \
     python3-pyiface \
-    python3-pyinotify \
     python3-pyjks \
     python3-pyjwt \
     python3-pykickstart \
diff --git a/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb b/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb
deleted file mode 100644
index 8dd5e1580..000000000
--- a/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382"
-
-RDEPENDS:${PN} += "\
-    ${PYTHON_PN}-ctypes \
-    ${PYTHON_PN}-fcntl \
-    ${PYTHON_PN}-io \
-    ${PYTHON_PN}-logging \
-    ${PYTHON_PN}-misc \
-    ${PYTHON_PN}-shell \
-    ${PYTHON_PN}-smtpd \
-    ${PYTHON_PN}-threading \
-"
-
-SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406"
-SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"
-
-inherit pypi setuptools3
-- 
2.39.2



^ permalink raw reply related	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2023-12-21  0:18 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15  7:52 [PATCH 01/20] python3-pyinotify: remove as unmaintained Alexander Kanavin
2023-12-15  7:52 ` [PATCH 02/20] python3-supervisor: do not rely on smtpd module Alexander Kanavin
2023-12-15  7:52 ` [PATCH 03/20] python3-meld3: " Alexander Kanavin
2023-12-15  7:52 ` [PATCH 04/20] python3-m2crypto: " Alexander Kanavin
2023-12-15  7:52 ` [PATCH 05/20] python3-uinput: remove as unmaintained Alexander Kanavin
2023-12-15  7:52 ` [PATCH 06/20] python3-mcrypto: rely on setuptools for distutils copy Alexander Kanavin
2023-12-15  7:52 ` [PATCH 07/20] python3-joblib: do not rely in distutils Alexander Kanavin
2023-12-15  7:52 ` [PATCH 08/20] python3-web3: remove distutils dependency Alexander Kanavin
2023-12-15  7:52 ` [PATCH 09/20] python3-cppy: remove unused " Alexander Kanavin
2023-12-15  7:52 ` [PATCH 10/20] python3-pyroute2: " Alexander Kanavin
2023-12-15  7:52 ` [PATCH 11/20] python3-eventlet: backport a patch to remove " Alexander Kanavin
2023-12-15 17:45   ` [oe] " Khem Raj
2023-12-15  7:52 ` [PATCH 12/20] python3-unoconv: rely on setuptools to obtain distutils copy Alexander Kanavin
2023-12-15  7:52 ` [PATCH 13/20] python3-astroid: remove unneeded distutils dependency Alexander Kanavin
2023-12-15  7:52 ` [PATCH 14/20] python3-django: " Alexander Kanavin
2023-12-15  7:52 ` [PATCH 15/20] python3-pillow: " Alexander Kanavin
2023-12-15  7:52 ` [PATCH 16/20] python3-grpcio: update 1.56.2 -> 1.59.3 Alexander Kanavin
2023-12-15  7:52 ` [PATCH 17/20] gstd: correctly delete files in do_install Alexander Kanavin
2023-12-15  7:52 ` [PATCH 18/20] libplist: fix python 3.12 compatibility Alexander Kanavin
2023-12-15  7:52 ` [PATCH 19/20] libcamera: skip until upstream resolves " Alexander Kanavin
2023-12-15 10:16   ` Kieran Bingham
2023-12-15 10:18     ` Kieran Bingham
2023-12-15 12:04       ` Alexander Kanavin
2023-12-15 12:50         ` [libcamera-devel] " Laurent Pinchart
2023-12-15 13:21           ` Mattijs Korpershoek
2023-12-15 13:27             ` Laurent Pinchart
2023-12-15  7:52 ` [PATCH 20/20] nodejs: backport (partially) python 3.12 support Alexander Kanavin
2023-12-20 19:12   ` [oe] " Khem Raj
2023-12-20 20:45     ` Alexander Kanavin
2023-12-21  0:17       ` Khem Raj

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.