/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

  1. diff -Naur yenc-0.3/setup.py yenc-0.3.patch/setup.py
  2. --- yenc-0.3/setup.py 2008-06-13 16:17:21.000000000 +0200
  3. +++ yenc-0.3.patch/setup.py 2010-10-19 00:20:41.249504605 +0200
  4. @@ -25,8 +25,7 @@
  5. ##=============================================================================
  6. -
  7. -from distutils.core import setup, Extension
  8. +from setuptools import setup, Extension
  9. setup(
  10. name = "yenc",