Add missing runtime dependencies
This commit is contained in:
parent
c852cb06a3
commit
3f41fecc47
1 changed files with 11 additions and 0 deletions
11
mongodb.yaml
11
mongodb.yaml
|
|
@ -20,9 +20,11 @@ data:
|
|||
dependencies:
|
||||
buildrequires:
|
||||
bootstrap: master
|
||||
boost: master
|
||||
requires:
|
||||
platform: master
|
||||
perl: master
|
||||
boost: master
|
||||
references:
|
||||
community: https://docs.pagure.org/modularity/
|
||||
documentation: https://github.com/container-images/mongodb/
|
||||
|
|
@ -42,6 +44,11 @@ data:
|
|||
rpms:
|
||||
- mongodb
|
||||
- mongodb-server
|
||||
filter:
|
||||
rpms:
|
||||
- pprof
|
||||
- gperftools-devel
|
||||
- gperftools
|
||||
components:
|
||||
rpms:
|
||||
mongodb:
|
||||
|
|
@ -60,6 +67,10 @@ data:
|
|||
rationale: MongoDB dependency (not used on x64_64,s390x,aarch64 and ppc64le).
|
||||
ref: f27
|
||||
buildorder: 0
|
||||
gperftools:
|
||||
rationale: MongoDB dependency (should go to separate module).
|
||||
ref: f27
|
||||
buildorder: 0
|
||||
python-pymongo:
|
||||
rationale: MongoDB dependecy (F26 branch does not require mongodb for tests).
|
||||
ref: f26
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue