mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
14 lines
395 B
Diff
14 lines
395 B
Diff
diff -Naur yenc-0.3/setup.py yenc-0.3.patch/setup.py
|
|
--- yenc-0.3/setup.py 2008-06-13 16:17:21.000000000 +0200
|
|
+++ yenc-0.3.patch/setup.py 2010-10-19 00:20:41.249504605 +0200
|
|
@@ -25,8 +25,7 @@
|
|
##=============================================================================
|
|
|
|
|
|
-
|
|
-from distutils.core import setup, Extension
|
|
+from setuptools import setup, Extension
|
|
|
|
setup(
|
|
name = "yenc",
|