Bug 2440577 - python-azure-mgmt-privatedns: FTBFS in Fedora Rawhide: No module named 'six'
Summary: python-azure-mgmt-privatedns: FTBFS in Fedora Rawhide: No module named 'six'
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: python-azure-mgmt-privatedns
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jeremy Cline
QA Contact:
URL: https://koschei.fedoraproject.org/pac...
Whiteboard:
Depends On:
Blocks: PYTHON3.15 F45FTBFS, RAWHIDEFTBFS
TreeView+ depends on / blocked
 
Reported: 2026-02-18 12:04 UTC by Karolina Surma
Modified: 2026-02-18 12:10 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karolina Surma 2026-02-18 12:04:42 UTC
Description of problem:
Package python-azure-mgmt-privatedns fails to build from source in Fedora Rawhide.
A transient dependency on python3-six has probably been removed from one of the dependencies. It needs to be declared directly in the package's specfile.

Version-Release number of selected component (if applicable):
1.0.0-23.fc44

Steps to Reproduce:
koji build --scratch f45 python-azure-mgmt-privatedns-1.0.0-23.fc44.src.rpm

Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/python-azure-mgmt-privatedns

Reproducible: Always

Actual Results:
  File "/builddir/build/BUILD/python-azure-mgmt-privatedns-1.0.0-build/BUILDROOT/usr/lib/python3.14/site-packages/azure/mgmt/privatedns/models/__init__.py", line 50, in <module>
    from ._private_dns_management_client_enums import (
    ...<3 lines>...
    )
  File "/builddir/build/BUILD/python-azure-mgmt-privatedns-1.0.0-build/BUILDROOT/usr/lib/python3.14/site-packages/azure/mgmt/privatedns/models/_private_dns_management_client_enums.py", line 10, in <module>
    from six import with_metaclass
ModuleNotFoundError: No module named 'six'

Expected Results:
Import check passes

Comment 1 Karolina Surma 2026-02-18 12:10:04 UTC
The same thing happens for at least those too:

python-azure-mgmt-eventgrid
python-azure-mgmt-synapse
python-azure-mgmt-extendedlocation
python-azure-synapse-spark
python-azure-mgmt-media
python-azure-mgmt-trafficmanager
python-azure-mgmt-iotcentral
python-azure-data-tables
python-azure-mgmt-iothubprovisioningservices
python-azure-mgmt-subscription
python-azure-mgmt-batchai
python-azure-mgmt-applicationinsights
python-azure-mgmt-support
python-azure-mgmt-managementgroups
python-azure-mgmt-loganalytics
python-azure-mgmt-cdn


Note You need to log in before you can comment on or make changes to this bug.