mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
simplejson: update to simplejson-2.6.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a2d96119d5
commit
48b2583b42
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="simplejson"
|
PKG_NAME="simplejson"
|
||||||
PKG_VERSION="2.1.6"
|
PKG_VERSION="2.6.2"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user