Description: Do not try to pip install nose
Author: Emanuele Rocca <ema@debian.org>
Origin: Debian
Index: python-passlib/setup.py
===================================================================
--- python-passlib.orig/setup.py
+++ python-passlib/setup.py
@@ -127,8 +127,8 @@ Topic :: Software Development :: Librari
     #==================================================================
     # testing
     #==================================================================
-    tests_require='nose >= 1.1',
-    test_suite='nose.collector',
+    #tests_require='nose >= 1.1',
+    #test_suite='nose.collector',
 
     #==================================================================
     # custom setup
