Package: pyinotify
Followup-For: Bug #1040102
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu noble ubuntu-patch
X-Debbugs-Cc: james.p...@ubuntu.com
Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/control: Add pyasyncore to (Build-)Depends for support in
    Pythons >= 3.12.

This ensures compatiblity with Python 3.12.

Thanks for considering the patch.


-- System Information:
Debian Release: trixie/sid
  APT prefers noble
  APT policy: (500, 'noble')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.0-14-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru pyinotify-0.9.6/debian/control pyinotify-0.9.6/debian/control
--- pyinotify-0.9.6/debian/control      2022-06-12 02:27:16.000000000 +0100
+++ pyinotify-0.9.6/debian/control      2024-01-17 09:32:26.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Mikhail Gusarov <dotted...@debian.org>
 Uploaders: Debian Python Team <team+pyt...@tracker.debian.org>
-Build-Depends: debhelper-compat (= 12), python3-all, dh-python
+Build-Depends: debhelper-compat (= 12), python3-all, dh-python, 
python3-pyasyncore
 Standards-Version: 3.9.3
 Homepage: https://github.com/seb-m/pyinotify
 Vcs-Git: https://salsa.debian.org/python-team/packages/pyinotify.git
@@ -11,7 +11,7 @@
 
 Package: python3-pyinotify
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}, python3-pyasyncore
 Provides: ${python3:Provides}
 Suggests: python-pyinotify-doc
 Description: simple Linux inotify Python bindings

Reply via email to