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