diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-03-08 15:36:15 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-03-08 15:36:15 +0100 |
commit | 8627c9ad00eb3a131a1b80198526e6cacfed821c (patch) | |
tree | 4d1c57ad28cfa9bd413ab90c0b319a3ee551eb64 /dilos/tdesdk/debian | |
parent | 2836a42a25eeb921abd627acf7053ca81ac47b09 (diff) | |
download | tde-packaging-8627c9ad00eb3a131a1b80198526e6cacfed821c.tar.gz tde-packaging-8627c9ad00eb3a131a1b80198526e6cacfed821c.zip |
DilOS tdesdk: Replace python dependency with python-all.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dilos/tdesdk/debian')
-rw-r--r-- | dilos/tdesdk/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dilos/tdesdk/debian/control b/dilos/tdesdk/debian/control index 7ed1d3eeb..b856e17e5 100644 --- a/dilos/tdesdk/debian/control +++ b/dilos/tdesdk/debian/control @@ -166,7 +166,7 @@ Architecture: all Section: devel Replaces: kcachegrind-converters-trinity (<< 4:14.0.0~) Breaks: kcachegrind-converters-trinity (<< 4:14.0.0~) -Depends: ${perl:Depends}, php-cli | php5-cli, python +Depends: ${perl:Depends}, php-cli | php5-cli, python-all Recommends: tdecachegrind-trinity Description: format converters for TDECachegrind profiling visualisation tool This is a collection of scripts for converting the output from @@ -220,7 +220,7 @@ Architecture: all Section: devel Replaces: kdesdk-scripts-trinity (<< 4:14.0.0~) Breaks: kdesdk-scripts-trinity (<< 4:14.0.0~) -Depends: ${perl:Depends}, python +Depends: ${perl:Depends}, python-all Recommends: automake1.9 | automaken, cvs, gawk Suggests: khelpcenter-trinity, tdesdk-trinity-doc-html, dmalloc, gdb, tdelibs14-trinity-doc, tqt3-doc, valgrind, devscripts Enhances: kate-trinity |