Comment 8 for bug 1872551

Revision history for this message
Rik Mills (rikmills) wrote :

$ grep -ir get_dependencies *
softwareproperties/gtk/SoftwarePropertiesGtk.py:def get_dependencies(apt_cache, package_name, pattern=None):
softwareproperties/gtk/SoftwarePropertiesGtk.py: for dep in get_dependencies(self.apt_cache, pkg.shortname, 'nvidia'):
softwareproperties/qt/SoftwarePropertiesQt.py: for dep in get_dependencies(self.apt_cache, pkg.shortname, 'nvidia'):

So looks like the porting of the driver page to software-properties-qt was incomplete compared to the -gtk one?