diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 06:44:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 06:44:17 +0000 |
commit | 2eabd784a5c5946b8166172080277e981b1f6944 (patch) | |
tree | 7692f33e781612093a2cb5c0dfa7072a1ed5c76f /testing | |
parent | b9316bcc91a3926d1025bbeb38182016957eaa4e (diff) | |
download | aports-2eabd784a5c5946b8166172080277e981b1f6944.tar.bz2 aports-2eabd784a5c5946b8166172080277e981b1f6944.tar.xz |
testing/calibre: remove py-importlib from depends
is provided by python2.7
Diffstat (limited to 'testing')
-rw-r--r-- | testing/calibre/APKBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testing/calibre/APKBUILD b/testing/calibre/APKBUILD index 843eba3ae..2282ad64d 100644 --- a/testing/calibre/APKBUILD +++ b/testing/calibre/APKBUILD @@ -2,13 +2,16 @@ # Maintainer: pkgname=calibre pkgver=0.8.7 -pkgrel=0 +pkgrel=1 pkgdesc="Ebook management application" url="http://calibre-ebook.com/" arch="all" license="GPL3" depends= -depends_dev="python-dev imagemagick-dev py-qt py-sip py-imaging libusb-dev poppler-dev poppler-qt4-dev py-dbus py-pycountry py-lxml icu-dev desktop-file-utils py-sqlite sqlite-dev chmlib-dev podofo-dev py-sip-dev py-importlib py-dateutil py-cherrypy py-beautifulsoup py-mechanize" +depends_dev="python-dev imagemagick-dev py-qt py-sip py-imaging libusb-dev + poppler-dev poppler-qt4-dev py-dbus py-pycountry py-lxml icu-dev + desktop-file-utils py-sqlite sqlite-dev chmlib-dev podofo-dev + py-sip-dev py-dateutil py-cherrypy py-beautifulsoup py-mechanize" makedepends="$depends_dev" install="" subpackages="" |