Add missing libncurses5 dependency

This commit is contained in:
Jeremy Gardais 2020-09-24 10:04:33 +02:00
parent 4b2776932f
commit adc6fa1f7b
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,10 @@
## v1.x.y
## v1.3.1
### Fix
* Add missing libncurses5 dependency.
## v1.3.0
### Enhancements
@ -36,6 +42,7 @@
## v1.0.1
### Fix
* Fix E405 Remote package tasks should have a retry.
## v1.0.0

View File

@ -80,6 +80,7 @@ openmanage__install_recommends: False
#
openmanage__dep_packages:
- 'libargtable2-0'
- 'libncurses5'
- 'libxslt1.1'
# ]]]
# .. envvar:: openmanage__base_packages [[[