-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update rpm spec oq-hazardlib and oq-risklib dependencies
- Loading branch information
1 parent
67abbbd
commit 84b4581
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ Vendor: The GEM OpenQuake team <[email protected]> | |
Url: http://github.com/gem/oq-engine | ||
|
||
%define common_deps python numpy scipy python-shapely python-psutil python-mock python-futures h5py python-amqp python-celery python-psycopg2 python-django rabbitmq-server postgresql-server postgis sudo | ||
%define oqlib_deps python-oq-hazardlib >= 0.15.0 python-oq-risklib >= 0.8.0 | ||
%define oqlib_deps python-oq-hazardlib >= 0.16.0 python-oq-risklib >= 0.9.0 | ||
%define dev_deps python-nose python-coverage | ||
Requires: %{common_deps} | ||
Requires: %{oqlib_deps} | ||
|