Add dashes needed by the modulemd spec
This commit is contained in:
parent
d90877d254
commit
8ac431a3ee
1 changed files with 30 additions and 30 deletions
60
python3.yaml
60
python3.yaml
|
|
@ -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
|
||||||
|
|
@ -35,43 +35,43 @@ data:
|
||||||
profiles:
|
profiles:
|
||||||
minimal:
|
minimal:
|
||||||
rpms:
|
rpms:
|
||||||
python3
|
- python3
|
||||||
python3-libs
|
- python3-libs
|
||||||
python3-pip
|
- python3-pip
|
||||||
python3-setuptools
|
- python3-setuptools
|
||||||
default:
|
default:
|
||||||
rpms:
|
rpms:
|
||||||
python3
|
- python3
|
||||||
python3-libs
|
- python3-libs
|
||||||
python3-pip
|
- python3-pip
|
||||||
python3-setuptools
|
- python3-setuptools
|
||||||
python3-tools
|
- python3-tools
|
||||||
full:
|
full:
|
||||||
rpms:
|
rpms:
|
||||||
python3
|
- python3
|
||||||
python3-debug
|
- python3-debug
|
||||||
python3-debuginfo
|
- python3-debuginfo
|
||||||
python3-debugsource
|
- python3-debugsource
|
||||||
python3-devel
|
- python3-devel
|
||||||
python3-libs
|
- python3-libs
|
||||||
python3-pip
|
- python3-pip
|
||||||
python3-setuptools
|
- python3-setuptools
|
||||||
python3-tools
|
- python3-tools
|
||||||
python3-wheel
|
- python3-wheel
|
||||||
filter:
|
filter:
|
||||||
rpms:
|
rpms:
|
||||||
python3-tkinter
|
- python3-tkinter
|
||||||
api:
|
api:
|
||||||
rpms:
|
rpms:
|
||||||
python3
|
- python3
|
||||||
python3-debug
|
- python3-debug
|
||||||
python3-devel
|
- python3-devel
|
||||||
python3-libs
|
- python3-libs
|
||||||
python3-pip
|
- python3-pip
|
||||||
python3-setuptools
|
- python3-setuptools
|
||||||
python3-tkinter
|
- python3-tkinter
|
||||||
python3-tools
|
- python3-tools
|
||||||
python3-wheel
|
- python3-wheel
|
||||||
buildopts:
|
buildopts:
|
||||||
rpms:
|
rpms:
|
||||||
macros: |
|
macros: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue