wok-current diff python-six/receipt @ rev 17998
fusecloop: adjust size (again, constant block-size)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 24 18:49:03 2015 +0200 (2015-04-24) |
parents | 7d672a2330b8 |
children | 7390f8de9846 |
line diff
1.1 --- a/python-six/receipt Wed Apr 23 01:06:05 2014 +0200 1.2 +++ b/python-six/receipt Fri Apr 24 18:49:03 2015 +0200 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="python-six" 1.6 SOURCE="six" 1.7 -VERSION="1.3.0" 1.8 +VERSION="1.9.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Six is a Python 2 and 3 compatibility library." 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 @@ -13,7 +13,7 @@ 1.13 HOST_ARCH="i486 arm" 1.14 1.15 DEPENDS="python" 1.16 -BUILD_DEPENDS="python-dev wget" 1.17 +BUILD_DEPENDS="wget cacerts python-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()