summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python-smartpm_1.4.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
index 4314564cd8..254318c285 100644
--- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
+++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
@@ -94,14 +94,13 @@ PACKAGES += "python-smartpm"
94 94
95RDEPENDS_smartpm = 'python-smartpm' 95RDEPENDS_smartpm = 'python-smartpm'
96 96
97RDEPENDS_python-smartpm_append = " virtual/python-smartpm-backend python-codecs python-textutils python-xml" 97RDEPENDS_python-smartpm_append = " python-smartpm-backend-rpm python-codecs python-textutils python-xml"
98RDEPENDS_python-smartpm_append += " python-fcntl python-pickle python-crypt python-compression python-shell" 98RDEPENDS_python-smartpm_append += " python-fcntl python-pickle python-crypt python-compression python-shell"
99RDEPENDS_python-smartpm_append += " python-resource python-netclient python-threading python-unixadmin" 99RDEPENDS_python-smartpm_append += " python-resource python-netclient python-threading python-unixadmin"
100 100
101#RDEPENDS_python-smartpm_append += " python-modules" 101#RDEPENDS_python-smartpm_append += " python-modules"
102 102
103RDEPENDS_python-smartpm-backend-rpm = 'python-rpm' 103RDEPENDS_python-smartpm-backend-rpm = 'python-rpm'
104RPROVIDES_python-smartpm-backend-rpm = 'virtual/python-smartpm-backend'
105 104
106RDEPENDS_python-smartpm-interface-qt4 = 'qt4-x11 python-smartpm-interface-images' 105RDEPENDS_python-smartpm-interface-qt4 = 'qt4-x11 python-smartpm-interface-images'
107RDEPENDS_python-smartpm-interface-gtk = 'gtk+ python-smartpm-interface-images' 106RDEPENDS_python-smartpm-interface-gtk = 'gtk+ python-smartpm-interface-images'