File fix-file-location-test.patch of Package python-Yapsy
--- test/test_PluginFileLocator.py 2015-04-18 22:48:35.000000000 +0200
+++ test/test_PluginFileLocator1.py 2017-07-22 20:50:21.661546448 +0200
@@ -192,7 +192,7 @@
def test_default_plugins_place_is_parent_dir(self):
"""Test a non-trivial default behaviour introduced some time ago :S"""
pl = PluginFileLocator()
- self.assertTrue("package/yapsy" in pl.plugins_places[0])
+ self.assertTrue("yapsy" in pl.plugins_places[0])
def test_locatePlugins(self):
pl = PluginFileLocator()