diff options
author | Gergely Kiss <mail.gery@gmail.com> | 2016-04-29 00:22:04 +0200 |
---|---|---|
committer | Gergely Kiss <mail.gery@gmail.com> | 2016-04-29 00:22:04 +0200 |
commit | fd9d063e94a1867f867aad3092d97a88771f1abb (patch) | |
tree | c7f8875ae6c4c6237c40f10f3bd22c765f99b97a /net/seafile-seahub | |
parent | 973556f29281d6ff85c0af36d3fb305992beb431 (diff) |
PIL/pillow: replace discontinued python-imglib (PIL) with pillow
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Diffstat (limited to 'net/seafile-seahub')
-rw-r--r-- | net/seafile-seahub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index cbedc5c7f..6821c3aca 100644 --- a/net/seafile-seahub/Makefile +++ b/net/seafile-seahub/Makefile @@ -27,7 +27,7 @@ define Package/seafile-seahub TITLE:=Seafile server - seahub component MAINTAINER:=Gergely Kiss <mail.gery@gmail.com> URL:=http://seafile.com/ - DEPENDS:=+python +simplejson +python-imglib +python-setuptools + DEPENDS:=+python +simplejson +pillow +python-setuptools endef define Package/seafile-seahub/description |