packaging: moving openquake.baselib from risklib breaks updates
Bug #1465013 reported by
Matteo Nastasi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenQuake Hazard Library |
Fix Released
|
High
|
Matteo Nastasi |
Bug Description
moving 'openquake.baselib' from risklib to hazardlib generate an error during the update because:
new risklib depends from new hazardlib
=> new hazardlib will be updated before new risklib
=> during the hazardlib update old risklib is still present with it's own openquake.baselib files generating the error.
Changed in oq-hazardlib: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Keeping in mind 2 related issues:
- pyshared directory with links and compiled python files
- hazardlib could be installed without risklib
The problem is fixed (supporting downgrade too) using dpkg-divert.