--- document: modulemd version: 2 data: name: python39-devel stream: "3.9_bootstrap" version: 8060020220817090556 context: ed5bdeb0 arch: x86_64 summary: Python programming language, version 3.9 description: >- This module gives users access to the internal Python 3.9 in RHEL8, as well as provides some additional Python packages the users might need. In addition to these you can install any python3-* package available in RHEL and use it with Python from this module. license: module: - MIT xmd: {} dependencies: - buildrequires: httpd: [2.4] platform: [oc8.6.0] swig: [4.0] requires: platform: [oc8] python39: [3.9_bootstrap] references: community: https://www.python.org/ documentation: https://docs.python.org/3.9/ buildopts: rpms: macros: > # === Bootstrap phase 2 === # # %python3_pkgversion 39 # # setuptools, pip, ... # %_without_tests 1 # === Bootstrap phase 1 === # %python3_pkgversion 39 # python39 %_without_rpmwheels 1 %_without_optimizations 1 # python39, setuptools, wheel %_with_bootstrap 1 # python39, setuptools, pip %_without_tests 1 # pip %_without_doc 1 components: rpms: python-wheel: rationale: Packaging tool ref: 2418755b36d8053adb8f6cdd017ea374e0bcc17f buildorder: 30 arches: [aarch64, x86_64] python39: rationale: The main Python interpreter ref: 2abd2b806bcefc1cd4e2bd8a782a618ce4283016 buildorder: 10 arches: [aarch64, x86_64] python3x-pip: rationale: Packaging tool ref: fbce91a260a803e7741085b3c35fae47c22dc558 buildorder: 40 arches: [aarch64, x86_64] python3x-setuptools: rationale: Packaging tool ref: 3fbc942c5886cf63d5e62c16e3995abb3151a104 buildorder: 20 arches: [aarch64, x86_64] ...