Hi,

the attached patch disables the (unnecessary) download of setuptools
and therefore fixes this bug.

Best regards,
 Johann Felix

Description: Do not download setuptools during build time.
Author: Johann Felix Soden <joh...@debian.org>
Bug-Debian: http://bugs.debian.org/764980
Forwarded: not-needed

--- pyowncloud-0.3.1.orig/setup.py
+++ pyowncloud-0.3.1/setup.py
@@ -1,5 +1,5 @@
-from distribute_setup import use_setuptools
-use_setuptools()
+# from distribute_setup import use_setuptools
+# use_setuptools()
 from setuptools import setup, find_packages
 import csync.version as ver
 setup(

Reply via email to