diff options
author | Michele Calgaro <[email protected]> | 2023-01-14 23:46:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-01-16 11:09:29 +0900 |
commit | 72bea6b38a6a4fdb6ae2ee01f659df8dbca0a5b5 (patch) | |
tree | d734569ff17fb1963dbeee9087936bf9e606e506 /dilos/core/tdesdk/debian/control | |
parent | 34de7371f00209152fbd0934c256528eee992a96 (diff) | |
download | tde-packaging-72bea6b38a6a4fdb6ae2ee01f659df8dbca0a5b5.tar.gz tde-packaging-72bea6b38a6a4fdb6ae2ee01f659df8dbca0a5b5.zip |
DEB tdesdk: drop python2 support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'dilos/core/tdesdk/debian/control')
-rw-r--r-- | dilos/core/tdesdk/debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dilos/core/tdesdk/debian/control b/dilos/core/tdesdk/debian/control index 1aa0ec28a..765f030e8 100644 --- a/dilos/core/tdesdk/debian/control +++ b/dilos/core/tdesdk/debian/control @@ -8,7 +8,7 @@ Build-Depends: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, pkg-config, tdelibs14-trinity-dev, binutils-dev [!solaris-any], bison, flex, libfl-dev | flex (<< 2.5.39), tdepim-trinity-dev, libapr1-dev, libtdepim1-trinity-dev, libktnef1-trinity-dev, libsvn-dev, libdb-dev, - libiberty-dev | binutils-dev (<< 2.23.91.20131123-1~), + libiberty-dev | binutils-dev (<< 2.23.91.20131123-1~), dh_python, libiconv-dev [solaris-any] Standards-Version: 3.8.4 @@ -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-all +Depends: ${perl:Depends}, ${python3:Depends}, php-cli | php5-cli 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-all +Depends: ${perl:Depends}, ${python3:Depends} 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 @@ -361,7 +361,7 @@ Architecture: any Section: devel Replaces: umbrello-trinity (<< 4:14.0.0~) Breaks: umbrello-trinity (<< 4:14.0.0~) -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${python3:Depends} Suggests: khelpcenter-trinity, tdesdk-trinity-doc-html Description: UML modelling tool and code generator Umbrello UML Modeller is a Unified Modelling Language editor for TDE. |