[nodejs-inherits/el6: 3/4] fix missing 'sys' import

T.C. Hollingsworth patches at fedoraproject.org
Fri Aug 16 21:47:06 UTC 2013


commit 0c2fbc00409a47fc6716b58b71e48b0b0f027c45
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Aug 16 14:45:15 2013 -0700

    fix missing 'sys' import

 nodejs-inherits.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-inherits.spec b/nodejs-inherits.spec
index 26e67f6..45cd615 100644
--- a/nodejs-inherits.spec
+++ b/nodejs-inherits.spec
@@ -45,7 +45,7 @@ rm -rf %{buildroot}
 %triggerun -- nodejs-inherits < 2.0.0-4
 ln -sf inherits at 2 %{nodejs_sitelib}/inherits
 %{__python} <<EOF
-import json, os
+import json, os, sys
 
 for moddir in os.listdir('%{nodejs_sitelib}'):
     if os.path.isdir(moddir):


More information about the scm-commits mailing list