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.
|
||||
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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue