From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A208E3858C50; Thu, 23 Mar 2023 21:07:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A208E3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679605640; bh=vVNTewzrUf5XFHCEI+jBT4C6YIASF2TA0jxAO1J+bm4=; h=From:To:Subject:Date:From; b=gNkhFAKL6i7CpOJYX3Q/bmyqyPxh0Xh2fentK4dbtN1VLNJhd1sRbj78L7SlphD6L eO1PVJhMyuuYBydiDNUoeqKxE4RvLTKAJo2F4ZarXP+Jo3+Wj4J9KZX+gL1ydJ8Pg7 nPu5e+NFnqLZsG9CNg0oWb5U77MlzhaYisLkObrM= From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/30269] New: mock is now part of standard python library Date: Thu, 23 Mar 2023 21:07:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: woodard at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30269 Bug ID: 30269 Summary: mock is now part of standard python library Product: libabigail Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: woodard at redhat dot com CC: libabigail at sourceware dot org Target Milestone: --- Trying to build fedabipkgdiff on RHEL9.1 fails during configure: ../../libabigail/configure --enable-rpm=3Dyes --enable-ctf --enable-fedabip= kgdiff The problem is that it is looking for the python3-mock module but that does= n't exist for RHEL9.1 even in EPEL because the package has been deprecated.=20 $ sudo dnf info python3-mock-4.0.3-5.fc37.noarch [sudo] password for ben:=20 Updating Subscription Management repositories. Last metadata expiration check: 0:18:25 ago on Thu 23 Mar 2023 01:46:50 PM = PDT. Installed Packages Name : python3-mock Version : 4.0.3 Release : 5.fc37 Architecture : noarch Size : 362 k Source : python-mock-4.0.3-5.fc37.src.rpm Repository : @System >From repo : fedora Summary : Deprecated, use unittest.mock from the standard library inst= ead URL : https://github.com/testing-cabal/mock License : BSD Description : This is a deprecated package. :=20 : The mock module is now part of the Python standard library, : available as unittest.mock in Python 3.3 onwards. :=20 : https://fedoraproject.org/wiki/Changes/DeprecatePythonMock --=20 You are receiving this mail because: You are on the CC list for the bug.=