Serious refactoring of TUN/TAP and tunnel code. Linux udp/gre tunnels not yet functional
[nepi.git] / src / nepi / resources / linux / netns / netnsemulation.py
index 4ad8062..d7be656 100644 (file)
@@ -228,9 +228,9 @@ class LinuxNetNSEmulation(LinuxApplication, NetNSEmulation):
     @property
     def _dependencies(self):
         if self.node.use_rpm:
-            return ( " python python-devel mercurial unzip bridge-utils iproute")
+            return (" python python-devel mercurial unzip bridge-utils iproute")
         elif self.node.use_deb:
-            return ( " python python-dev mercurial unzip bridge-utils iproute")
+            return (" python python-dev mercurial unzip bridge-utils iproute")
         return ""
 
     @property