python-cffi: update to 1.5.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
1db99615b7
commit
f63ada1771
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=cffi
|
PKG_NAME:=cffi
|
||||||
PKG_VERSION:=1.5.0
|
PKG_VERSION:=1.5.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/c/cffi
|
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/c/cffi
|
||||||
PKG_MD5SUM:=dec8441e67880494ee881305059af656
|
PKG_MD5SUM:=fa766133f7299464c8bf857e0c966a82
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python python-setuptools
|
PKG_BUILD_DEPENDS:=python python-setuptools
|
||||||
HOST_BUILD_DEPENDS:=libffi/host python/host python-setuptools/host python-pycparser/host
|
HOST_BUILD_DEPENDS:=libffi/host python/host python-setuptools/host python-pycparser/host
|
||||||
|
|
Loading…
Reference in a new issue