mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
489 B
Diff
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
|