calibre: add msgpack for ui functionality

Can't open all the buttons beneath the in-app preferences
without python-msgpack installed.
This commit is contained in:
Toyam Cox 2017-08-24 18:22:46 -04:00
parent 2ef362b4c9
commit e9ce573e9a

View file

@ -1,7 +1,7 @@
# Template file for 'calibre'
pkgname=calibre
version=3.6.0
revision=1
revision=2
hostmakedepends="qt5-qmake python-devel pkg-config
python-dateutil python-lxml python-Pillow
python-PyQt5-webkit python-apsw python-cssutils python-CherryPy"
@ -14,7 +14,7 @@ depends="python-six python-dateutil python-cssutils python-CherryPy
python-PyQt5-webkit python-psutil python-dbus python-netifaces
python-cssselect python-apsw qt5-webkit qt5-svg python-chardet
python-Pygments python-mechanize python-lxml poppler-utils
python-regex python-html5-parser
python-regex python-html5-parser python-msgpack
shared-mime-info desktop-file-utils gtk-update-icon-cache optipng"
short_desc="Ebook management application"
maintainer="Andrea Brancaleoni <abc@pompel.me>"