Files
Arch-R/packages/python/security/pycrypto/patches/pycrypto-2.6-setuptools.patch
Stephan Raue 73b8b5eff4 pycrypto: update to pycrypto-2.6
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-03 04:29:06 +02:00

13 lines
489 B
Diff

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