Add dashes needed by the modulemd spec
This commit is contained in:
parent
048645f87a
commit
96be72fdad
1 changed files with 31 additions and 31 deletions
|
|
@ -15,7 +15,7 @@ data:
|
||||||
need a programmable interface.
|
need a programmable interface.
|
||||||
license:
|
license:
|
||||||
module:
|
module:
|
||||||
MIT
|
- MIT
|
||||||
dependencies:
|
dependencies:
|
||||||
buildrequires:
|
buildrequires:
|
||||||
bootstrap: master
|
bootstrap: master
|
||||||
|
|
@ -36,44 +36,44 @@ data:
|
||||||
profiles:
|
profiles:
|
||||||
minimal:
|
minimal:
|
||||||
rpms:
|
rpms:
|
||||||
python2
|
- python2
|
||||||
python2-libs
|
- python2-libs
|
||||||
python2-pip
|
- python2-pip
|
||||||
python2-setuptools
|
- python2-setuptools
|
||||||
default:
|
default:
|
||||||
rpms:
|
rpms:
|
||||||
python2
|
- python2
|
||||||
python2-libs
|
- python2-libs
|
||||||
python2-pip
|
- python2-pip
|
||||||
python2-setuptools
|
- python2-setuptools
|
||||||
python2-tools
|
- python2-tools
|
||||||
full:
|
full:
|
||||||
rpms:
|
rpms:
|
||||||
python2
|
- python2
|
||||||
python2-debug
|
- python2-debug
|
||||||
python2-devel
|
- python2-devel
|
||||||
python2-libs
|
- python2-libs
|
||||||
python2-pip
|
- python2-pip
|
||||||
python2-setuptools
|
- python2-setuptools
|
||||||
python2-tools
|
- python2-tools
|
||||||
python2-wheel
|
- python2-wheel
|
||||||
filter:
|
filter:
|
||||||
rpms:
|
rpms:
|
||||||
python2-tkinter
|
- python2-tkinter
|
||||||
python3-setuptools
|
- python3-setuptools
|
||||||
python3-pip
|
- python3-pip
|
||||||
python3-wheel
|
- python3-wheel
|
||||||
api:
|
api:
|
||||||
rpms:
|
rpms:
|
||||||
python2
|
- python2
|
||||||
python2-debug
|
- python2-debug
|
||||||
python2-devel
|
- python2-devel
|
||||||
python2-libs
|
- python2-libs
|
||||||
python2-pip
|
- python2-pip
|
||||||
python2-setuptools
|
- python2-setuptools
|
||||||
python2-tkinter
|
- python2-tkinter
|
||||||
python2-tools
|
- python2-tools
|
||||||
python2-wheel
|
- python2-wheel
|
||||||
buildopts:
|
buildopts:
|
||||||
rpms:
|
rpms:
|
||||||
macros: |
|
macros: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue