Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix python-setuptools package name for bookwork #14845

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bingwang-ms
Copy link
Collaborator

@bingwang-ms bingwang-ms commented Oct 4, 2024

Description of PR

Summary:
This PR is to change package name from python-setuptools to python3-setuptools for bookworm.

The attempt to install python-setuptools leads to test_copp failure.
The error message is

......
"Get:18 http://deb.debian.org/debian bookworm-backports/main amd64 Packages [247 kB]", "Get:19 http://deb.debian.org/debian bookworm-backports/non-free-firmware amd64 Packages [3852 B]", "Get:20 http://deb.debian.org/debian-security bookworm-security/contrib Sources [856 B]", "Get:21 http://deb.debian.org/debian-security bookworm-security/non-free-firmware Sources [796 B]", "Get:22 http://deb.debian.org/debian-security bookworm-security/main Sources [114 kB]", "Get:23 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [186 kB]", "Get:24 http://deb.debian.org/debian-security bookworm-security/contrib amd64 Packages [644 B]", "Get:25 http://deb.debian.org/debian-security bookworm-security/non-free-firmware amd64 Packages [688 B]", "Fetched 19.3 MB in 7s (2881 kB/s)", "Reading package lists...", "Reading package lists...", "Building dependency tree...", "Reading state information...", "Package python-setuptools is not available, but is referred to by another package.", "This may mean that the package is missing, has been obsoleted, or", "is only available from another source"]

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Back port request

  • 202012
  • 202205
  • 202305
  • 202311
  • 202405

Approach

What is the motivation for this PR?

This PR is to skip installing python-setuptools for bookworm.

How did you do it?

Skip installing python-setuptools for bookworm.

How did you verify/test it?

The change is verified on 202405 branch. Teat can pass after this change.

Any platform specific information?

No.

Supported testbed topology if it's a new test case?

Not a new test.

Documentation

@bingwang-ms bingwang-ms changed the title Skip installing python-setuptools for bookworm Fix python-setuptools package name for bookwork Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants