Remove dependencies
This commit is contained in:
parent
63bf16ab31
commit
d6c004e81b
1 changed files with 4 additions and 24 deletions
28
mongodb.yaml
28
mongodb.yaml
|
|
@ -19,9 +19,9 @@ data:
|
|||
module: [MIT]
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [f28,f29]
|
||||
platform: []
|
||||
requires:
|
||||
platform: [f28,f29]
|
||||
platform: []
|
||||
references:
|
||||
community: https://docs.pagure.org/modularity/
|
||||
documentation: https://github.com/container-images/mongodb/
|
||||
|
|
@ -41,11 +41,6 @@ data:
|
|||
rpms:
|
||||
- mongodb
|
||||
- mongodb-server
|
||||
filter:
|
||||
rpms:
|
||||
- pprof
|
||||
- gperftools-devel
|
||||
- gperftools
|
||||
components:
|
||||
rpms:
|
||||
mongodb:
|
||||
|
|
@ -53,22 +48,7 @@ data:
|
|||
ref: 3.6
|
||||
buildorder: 2
|
||||
python-pymongo:
|
||||
rationale: MongoDB dependecy for running testsuite.
|
||||
rationale: Python MongoDB driver | MongoDB dependecy for running testsuite.
|
||||
ref: f28
|
||||
buildorder: 3
|
||||
yaml-cpp:
|
||||
rationale: MongoDB dependency.
|
||||
ref: f28
|
||||
buildorder: 0
|
||||
mozjs45:
|
||||
rationale: MongoDB dependency (not used on x64_64,s390x,aarch64 and ppc64le).
|
||||
ref: f28
|
||||
buildorder: 0
|
||||
gperftools:
|
||||
rationale: MongoDB dependency (should go to separate module).
|
||||
ref: f28
|
||||
buildorder: 0
|
||||
python-pymongo:
|
||||
rationale: MongoDB dependecy (F26 branch does not require mongodb for tests).
|
||||
ref: f26
|
||||
buildorder: 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue