mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pycrypto: update to pycrypto-2.6
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e227a84830
commit
73b8b5eff4
@ -19,7 +19,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="pycrypto"
|
PKG_NAME="pycrypto"
|
||||||
PKG_VERSION="2.3"
|
PKG_VERSION="2.6"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -Naur pycrypto-2.3/setup.py pycrypto-2.3.patch/setup.py
|
|
||||||
--- pycrypto-2.3/setup.py 2010-08-27 06:41:55.000000000 +0200
|
|
||||||
+++ pycrypto-2.3.patch/setup.py 2011-07-20 05:46:14.760364851 +0200
|
|
||||||
@@ -37,7 +37,7 @@
|
|
||||||
__revision__ = "$Id$"
|
|
||||||
|
|
||||||
from distutils import core
|
|
||||||
-from distutils.core import Extension, Command
|
|
||||||
+from setuptools import Extension, Command
|
|
||||||
from distutils.command.build_ext import build_ext
|
|
||||||
import os, sys
|
|
||||||
import struct
|
|
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur pycrypto-2.6/setup.py pycrypto-2.6.patch/setup.py
|
||||||
|
--- pycrypto-2.6/setup.py 2012-05-24 14:55:30.000000000 +0200
|
||||||
|
+++ pycrypto-2.6.patch/setup.py 2012-06-03 03:58:00.599383392 +0200
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
|
||||||
|
from distutils import core
|
||||||
|
from distutils.ccompiler import new_compiler
|
||||||
|
-from distutils.core import Extension, Command
|
||||||
|
+from setuptools import Extension, Command
|
||||||
|
from distutils.command.build import build
|
||||||
|
from distutils.command.build_ext import build_ext
|
||||||
|
import os, sys, re
|
Loading…
x
Reference in New Issue
Block a user