pycrypto: update to pycrypto-2.6

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-03 04:29:06 +02:00
parent e227a84830
commit 73b8b5eff4
3 changed files with 13 additions and 13 deletions

View File

@ -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"

View File

@ -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

View File

@ -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