File kid-setuptools.patch of Package python-kid
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,5 @@
#!/usr/bin/env python
-# bootstrap setuptools if necessary
-from ez_setup import use_setuptools
-use_setuptools()
-
import os
execfile(os.path.join("kid", "release.py"))