/packages/python/system/yenc/patches/yenc-0.3-setuptools.patch
http://github.com/OpenELEC/OpenELEC.tv · Patch · 13 lines · 10 code · 3 blank · 0 comment · 0 complexity · ef77833283a6dce5fe67827fb674ef61 MD5 · raw file
- 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",