adding modulemd file for f26 branch
This commit is contained in:
parent
38a7906118
commit
fd8ca09c46
2 changed files with 70 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
python2 dependencies
|
||||||
|
====================
|
||||||
|
|
||||||
|
build dependencies calculated by brt_dep_solver
|
||||||
|
-----------------------------------------------
|
||||||
|
autoconf
|
||||||
|
compat-openssl10
|
||||||
|
expat
|
||||||
|
findutils
|
||||||
|
libX11
|
||||||
|
mesa
|
||||||
|
tcl
|
||||||
|
tix
|
||||||
|
tk
|
||||||
|
valgrind
|
||||||
|
|
||||||
|
|
||||||
|
runtime dependencies calculated by brt_dep_solver
|
||||||
|
-------------------------------------------------
|
||||||
|
coreutils
|
||||||
|
glibc
|
||||||
|
|
||||||
48
python2.yaml
Normal file
48
python2.yaml
Normal file
|
|
@ -0,0 +1,48 @@
|
||||||
|
document: modulemd
|
||||||
|
version: 1
|
||||||
|
data:
|
||||||
|
summary: Python2 programming language
|
||||||
|
description: Python 2 version of Python programming language.
|
||||||
|
license:
|
||||||
|
module: [Python]
|
||||||
|
dependencies:
|
||||||
|
buildrequires:
|
||||||
|
base-runtime: f26
|
||||||
|
# bootstrap: f26
|
||||||
|
common-build-dependencies: f26
|
||||||
|
shared-userspace: f26
|
||||||
|
perl: f26
|
||||||
|
requires:
|
||||||
|
shared-userspace: f26
|
||||||
|
base-runtime: f26
|
||||||
|
perl: f26
|
||||||
|
references:
|
||||||
|
community: https://fedoraproject.org/wiki/Modularity
|
||||||
|
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
||||||
|
tracker: https://taiga.fedorainfracloud.org/project/modularity
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
rpms:
|
||||||
|
- python2
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- python2
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
python2:
|
||||||
|
rationale: Python2 package.
|
||||||
|
ref: f26
|
||||||
|
buildorder: 10
|
||||||
|
# autoconf: {rationale: Build dependency.}
|
||||||
|
# compat-openssl10: {rationale: Build dependency.}
|
||||||
|
# coreutils: {rationale: Runtime dependency.}
|
||||||
|
# expat: {rationale: Build dependency.}
|
||||||
|
# findutils: {rationale: Build dependency.}
|
||||||
|
# glibc: {rationale: Runtime dependency.}
|
||||||
|
# libX11: {rationale: Build dependency.}
|
||||||
|
# mesa: {rationale: Build dependency.}
|
||||||
|
# tcl: {rationale: Build dependency.}
|
||||||
|
# tix: {rationale: Build dependency.}
|
||||||
|
# tk: {rationale: Build dependency.}
|
||||||
|
# valgrind: {rationale: Build dependency.}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue