Fix openSUSE Leap 15.1 package generation

This commit is contained in:
Arun Prakash Jana 2020-01-07 23:45:22 +05:30
parent 23ef45ee49
commit c5ff2f5647
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 10 additions and 8 deletions

View File

@ -105,14 +105,16 @@ packages:
deps:
- ncurses
- readline
# opensuse42.3:
# builddeps:
# - make
# - gcc
# - pkg-config
# - ncurses-devel
# deps:
# - ncurses
opensuse15.1:
builddeps:
- make
- gcc
- pkg-config
- readline-devel
- ncurses-devel
deps:
- libncurses6
- libreadline7
ubuntu16.04:
builddeps:
- make