[Checkins] SVN: van.pydeb/trunk/van/pydeb/__init__.py Change comment to state that dependency on namespace packages is needed

Gediminas Paulauskas menesis at pov.lt
Tue Aug 31 11:53:30 EDT 2010


Log message for revision 116066:
  Change comment to state that dependency on namespace packages is needed
  rather than it can be removed later.
  

Changed:
  U   van.pydeb/trunk/van/pydeb/__init__.py

-=-
Modified: van.pydeb/trunk/van/pydeb/__init__.py
===================================================================
--- van.pydeb/trunk/van/pydeb/__init__.py	2010-08-31 15:38:29 UTC (rev 116065)
+++ van.pydeb/trunk/van/pydeb/__init__.py	2010-08-31 15:53:30 UTC (rev 116066)
@@ -285,12 +285,9 @@
                     pydeps.add('%s (%s %s)' % (pkg, op, dpkg_version))
             else:
                 pydeps.add(pkg)
-    # Let's depend on the namespace pacakges as well.
-    # this is a pretty ugly way to get __init__.py into the namespace packages
-    # which seems to be necessary.
-    # though testing it out on ubuntu gutsy said it wasnt, it was on Debian etch
-    #
-    # Perhaps we could remove this a bit later
+    # Let's depend on the namespace packages as well.
+    # This is needed to get __init__.py into the namespace packages.
+    # See https://bugs.launchpad.net/van.pydeb/+bug/619294
     namespace_pkgs = dist._get_metadata('namespace_packages.txt')
     for pkg in namespace_pkgs:
         bin_pkg = py_to_bin(pkg)



More information about the checkins mailing list