diff --git a/python3.yaml b/python3.yaml index 2629bca..fe870a6 100644 --- a/python3.yaml +++ b/python3.yaml @@ -32,6 +32,27 @@ data: community: https://www.python.org/ documentation: https://docs.python.org/3/ tracker: https://src.fedoraproject.org/modules/python3 + profiles: + minimal: + rpms: + - python3 + - python3-libs + - python3-pip + - python3-setuptools + default: + rpms: + - python3 + - python3-libs + - python3-pip + - python3-setuptools + full: + rpms: + - python3 + - python3-devel + - python3-libs + - python3-pip + - python3-setuptools + - python3-wheel filter: rpms: - python-rpm-macros