diff options
author | Slávek Banko <[email protected]> | 2020-03-08 15:36:15 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-08 15:40:45 +0100 |
commit | 34ad747ec3a060dd8f3f8f64107015294aab92f4 (patch) | |
tree | 52007e026c9bb6f6398b18f7961e971a8c2aea44 /dilos/tdesdk/debian/control | |
parent | 19cc3e889bfab45939642edf2084b7b7230d6b3d (diff) | |
download | tde-packaging-34ad747ec3a060dd8f3f8f64107015294aab92f4.tar.gz tde-packaging-34ad747ec3a060dd8f3f8f64107015294aab92f4.zip |
DilOS tdesdk: Replace python dependency with python-all.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 8627c9ad00eb3a131a1b80198526e6cacfed821c)
Diffstat (limited to 'dilos/tdesdk/debian/control')
-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 |