diff options
-rw-r--r-- | meta/recipes-devtools/python/python-2.7-manifest.inc | 2 | ||||
-rwxr-xr-x | scripts/contrib/python/generate-manifest-2.7.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc index 6d3a9e6c04..8e52252225 100644 --- a/meta/recipes-devtools/python/python-2.7-manifest.inc +++ b/meta/recipes-devtools/python/python-2.7-manifest.inc | |||
@@ -251,7 +251,7 @@ RDEPENDS_${PN}-tkinter="${PN}-core" | |||
251 | FILES_${PN}-tkinter="${libdir}/python2.7/lib-dynload/_tkinter.so ${libdir}/python2.7/lib-tk " | 251 | FILES_${PN}-tkinter="${libdir}/python2.7/lib-dynload/_tkinter.so ${libdir}/python2.7/lib-tk " |
252 | 252 | ||
253 | DESCRIPTION_${PN}-unittest="Python Unit Testing Framework" | 253 | DESCRIPTION_${PN}-unittest="Python Unit Testing Framework" |
254 | RDEPENDS_${PN}-unittest="${PN}-core ${PN}-stringold ${PN}-lang" | 254 | RDEPENDS_${PN}-unittest="${PN}-core ${PN}-stringold ${PN}-lang ${PN}-io ${PN}-difflib ${PN}-pprint ${PN}-shell" |
255 | FILES_${PN}-unittest="${libdir}/python2.7/unittest/ " | 255 | FILES_${PN}-unittest="${libdir}/python2.7/unittest/ " |
256 | 256 | ||
257 | DESCRIPTION_${PN}-unixadmin="Python Unix Administration Support" | 257 | DESCRIPTION_${PN}-unixadmin="Python Unix Administration Support" |
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index 124a1a42ca..6e73c48dff 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
@@ -367,7 +367,7 @@ if __name__ == "__main__": | |||
367 | m.addPackage( "${PN}-tkinter", "Python Tcl/Tk Bindings", "${PN}-core", | 367 | m.addPackage( "${PN}-tkinter", "Python Tcl/Tk Bindings", "${PN}-core", |
368 | "lib-dynload/_tkinter.so lib-tk" ) # package | 368 | "lib-dynload/_tkinter.so lib-tk" ) # package |
369 | 369 | ||
370 | m.addPackage( "${PN}-unittest", "Python Unit Testing Framework", "${PN}-core ${PN}-stringold ${PN}-lang", | 370 | m.addPackage( "${PN}-unittest", "Python Unit Testing Framework", "${PN}-core ${PN}-stringold ${PN}-lang ${PN}-io ${PN}-difflib ${PN}-pprint ${PN}-shell", |
371 | "unittest/" ) | 371 | "unittest/" ) |
372 | 372 | ||
373 | m.addPackage( "${PN}-unixadmin", "Python Unix Administration Support", "${PN}-core", | 373 | m.addPackage( "${PN}-unixadmin", "Python Unix Administration Support", "${PN}-core", |