From 5f689a56dd9ff11c9d2580be20fcdb7e6b21311c Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Wed, 17 Apr 2024 16:21:50 +0530 Subject: [PATCH] Install dbus-python, an in-direct dependency of the Keyring package as a system package for Debian platforms. #7173 --- pkg/debian/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/debian/build.sh b/pkg/debian/build.sh index cf919b545..0371458e4 100755 --- a/pkg/debian/build.sh +++ b/pkg/debian/build.sh @@ -50,7 +50,7 @@ Version: ${APP_LONG_VERSION} Architecture: ${OS_ARCH} Section: database Priority: optional -Depends: ${PYTHON_BINARY}, libpq5 (>= 11.0), libgssapi-krb5-2 +Depends: ${PYTHON_BINARY}, libpq5 (>= 11.0), libgssapi-krb5-2, python-dbus Recommends: postgresql-client | postgresql-client-15 | postgresql-client-14 | postgresql-client-13 | postgresql-client-12 | postgresql-client-11 | postgresql-client-10 Maintainer: pgAdmin Development Team Description: The core server package for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. @@ -73,7 +73,7 @@ Version: ${APP_LONG_VERSION} Architecture: ${OS_ARCH} Section: database Priority: optional -Depends: ${APP_NAME}-server (= ${APP_LONG_VERSION}), libatomic1, xdg-utils +Depends: ${APP_NAME}-server (= ${APP_LONG_VERSION}), libatomic1, xdg-utils, python-dbus Maintainer: pgAdmin Development Team Description: The desktop user interface for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. EOF