diff --git a/python2-bootstrap.yaml b/python2-bootstrap.yaml index 38670fe..dfde3ff 100644 --- a/python2-bootstrap.yaml +++ b/python2-bootstrap.yaml @@ -15,7 +15,7 @@ data: need a programmable interface. license: module: - MIT + - MIT dependencies: buildrequires: bootstrap: master @@ -36,44 +36,44 @@ data: profiles: minimal: rpms: - python2 - python2-libs - python2-pip - python2-setuptools + - python2 + - python2-libs + - python2-pip + - python2-setuptools default: rpms: - python2 - python2-libs - python2-pip - python2-setuptools - python2-tools + - python2 + - python2-libs + - python2-pip + - python2-setuptools + - python2-tools full: rpms: - python2 - python2-debug - python2-devel - python2-libs - python2-pip - python2-setuptools - python2-tools - python2-wheel + - python2 + - python2-debug + - python2-devel + - python2-libs + - python2-pip + - python2-setuptools + - python2-tools + - python2-wheel filter: rpms: - python2-tkinter - python3-setuptools - python3-pip - python3-wheel + - python2-tkinter + - python3-setuptools + - python3-pip + - python3-wheel api: rpms: - python2 - python2-debug - python2-devel - python2-libs - python2-pip - python2-setuptools - python2-tkinter - python2-tools - python2-wheel + - python2 + - python2-debug + - python2-devel + - python2-libs + - python2-pip + - python2-setuptools + - python2-tkinter + - python2-tools + - python2-wheel buildopts: rpms: macros: |