Reviewed: https://review.opendev.org/c/openstack/nova/+/931582 Committed: https://opendev.org/openstack/nova/commit/46435daf5c18af61f8dfaa19859ba863408f5d33 Submitter: "Zuul (22348)" Branch: master
commit 46435daf5c18af61f8dfaa19859ba863408f5d33 Author: Takashi Kajinami <kajina...@oss.nttdata.com> Date: Sun Oct 6 20:24:45 2024 +0900 Drop dependency on netifaces The netifaces library was abandoned and retired. Replace it by psutil which is already part of the dependencies. Note that localhost_supports_ipv6 from openstacksdk should be mocked now because it uses psutil in recent versions. Closes-Bug: #2071596 Change-Id: If9268cab8c2b3098d757571c6cab07d13d34a2c2 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/2071596 Title: netifaces is archived, please remove from dependecies Status in ironic-python-agent: Fix Released Status in OpenStack Compute (nova): Fix Released Status in openstacksdk: Fix Released Status in oslo.utils: Fix Released Bug description: The oslo.utils python package is using as a dependency netifaces. This python package is not maintained since 2021 https://github.com/al45tair/netifaces/issues/78 Please remove it as a dependency and find an alternative To manage notifications about this bug go to: https://bugs.launchpad.net/ironic-python-agent/+bug/2071596/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp