1915b19
diff -up /tmp/flickrapi-1.4.2/setup.py.orig /tmp/flickrapi-1.4.2/setup.py
1915b19
--- flickrapi-1.4.2/setup.py.orig  2013-08-04 23:41:58.078487811 +0200
1915b19
+++ flickrapi-1.4.2/setup.py   2013-08-04 23:42:21.270636952 +0200
1915b19
@@ -5,8 +5,7 @@
1915b19
 Run with "python setup.py install" to install FlickrAPI
1915b19
 '''
1915b19
 
1915b19
-import distribute_setup
1915b19
-distribute_setup.use_setuptools()
1915b19
+from setuptools import setup
1915b19
 
1915b19
 import sys
1915b19
 
1915b19