From e67f7267bfe8598c85bc6764ff680d4450b016db Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 6 Apr 2014 23:56:13 +0200 Subject: [PATCH] simplejson: update to simplejson-3.4.0 Signed-off-by: Stephan Raue --- packages/python/system/simplejson/package.mk | 2 +- .../patches/simplejson-2.6.2-setuptools.patch | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 packages/python/system/simplejson/patches/simplejson-2.6.2-setuptools.patch diff --git a/packages/python/system/simplejson/package.mk b/packages/python/system/simplejson/package.mk index 29578689af..714befa3e6 100644 --- a/packages/python/system/simplejson/package.mk +++ b/packages/python/system/simplejson/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="simplejson" -PKG_VERSION="2.6.2" +PKG_VERSION="3.4.0" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="OSS" diff --git a/packages/python/system/simplejson/patches/simplejson-2.6.2-setuptools.patch b/packages/python/system/simplejson/patches/simplejson-2.6.2-setuptools.patch deleted file mode 100644 index dd1ecb8d65..0000000000 --- a/packages/python/system/simplejson/patches/simplejson-2.6.2-setuptools.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur simplejson-2.6.2/setup.py simplejson-2.6.2.patch/setup.py ---- simplejson-2.6.2/setup.py 2012-09-21 21:25:54.000000000 +0200 -+++ simplejson-2.6.2.patch/setup.py 2012-11-06 20:22:56.327643425 +0100 -@@ -1,7 +1,7 @@ - #!/usr/bin/env python - - import sys --from distutils.core import setup, Extension, Command -+from setuptools import setup, Extension, Command - from distutils.command.build_ext import build_ext - from distutils.errors import CCompilerError, DistutilsExecError, \ - DistutilsPlatformError