Package: python-osprofiler Version: 4.2.0-2 Severity: wishlist Tags: patch X-Debbugs-Cc: james.p...@ubuntu.com User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu plucky ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Demote python3-jaeger-client to Suggests as its an optional dependency. jaeger-client has quite a few dependencies so this helps reduce the default install footprint a bit. Thanks for considering the patch. -- System Information: Debian Release: trixie/sid APT prefers plucky APT policy: (500, 'plucky') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.11.0-9-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 python-osprofiler-4.2.0/debian/control python-osprofiler-4.2.0/debian/control --- python-osprofiler-4.2.0/debian/control 2024-09-20 23:24:49.000000000 +0100 +++ python-osprofiler-4.2.0/debian/control 2024-11-20 09:12:56.000000000 +0000 @@ -64,7 +64,6 @@ Architecture: all Depends: python3-importlib-metadata, - python3-jaeger-client, python3-netaddr, python3-oslo.concurrency, python3-oslo.config, @@ -75,6 +74,8 @@ python3-webob, ${misc:Depends}, ${python3:Depends}, +Suggests: + python3-jaeger-client, Description: OpenStack Profiler Library - Python 3.x OpenStack consists of multiple projects. Each project, in turn, is composed of multiple services. To process some request, e.g. to boot a virtual machine,