Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wUkCH-001PfE-2v for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 03 Jun 2026 11:55:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wUkCF-001JK5-1l for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 03 Jun 2026 11:55:43 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wUkCF-001JJt-11 for pgsql-pkg-yum@lists.postgresql.org; Wed, 03 Jun 2026 11:55:43 +0000 Received: from mail1.dalibo.net ([51.159.93.128] helo=mail.dalibo.com) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wUkCC-000000012pR-4BRh for pgsql-pkg-yum@lists.postgresql.org; Wed, 03 Jun 2026 11:55:42 +0000 Received: from karst (82-65-23-130.subs.proxad.net [82.65.23.130]) by mail.dalibo.com (Postfix) with ESMTPSA id AB39A273AA for ; Wed, 3 Jun 2026 13:55:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dalibo.com; s=a; t=1780487739; bh=MBlSZZtAt+d1tNzcXCGcJ+05hEaNf1jSu1+tOAdefro=; h=Date:From:To:Subject:From; b=CynLSyGBkpwIB2GfE7pDUjGDV6nC0JCqLrs7NmbqJSF6ktsgt+OictS0d3I2EtRTE /b7YMrJQl3tvIYzU4sLdNQiOjn0Leeo6Qe731PDKUTC9Xa58yKK1AYFlOJUi+/kw+p 4xaoHU0a8Y7eBhMxrrSTIxlgvsU4I4xb7mnosCQs= Date: Wed, 3 Jun 2026 13:55:38 +0200 From: Jehan-Guillaume de Rorthais To: PostgreSQL RPM Packaging Subject: Broken dependency for pg_activity on EL9 Message-ID: <20260603135538.07e15250@karst> Organization: Dalibo MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi there, It seems the dependency of pg_activity on "python3.12-attrs" is currently broken: dnf install pg_activity Last metadata expiration check: 0:01:37 ago on Wed 03 Jun 2026 11:47:49 AM CEST. Error: Problem: cannot install the best candidate for the job - nothing provides python3.12-attrs needed by pg_activity-3.6.2-42PGDG.rhel9.8.noarch from rhel-9-pgs-common-rpms (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) IIUC, the package has been renamed "python-attrs" in EL9 (not tested thought): https://bugzilla.redhat.com/show_bug.cgi?id=2058329 I supposed this could be fixed there: https://git.postgresql.org/cgit/pgrpms.git/tree/rpm/redhat/main/common/pg_activity/main/pg_activity.spec#n53 Regards,