summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-01-09 10:14:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-01-09 10:15:01 +0900
commitb61d30312986fca7c00c19cf56b03eab168e136f (patch)
tree7ad7f72c4e424eba8916d6f3237dfa71867f6fa6 /debian
parentf1442fc65ff37eb46acc5288d4b0555ee60f265f (diff)
downloadtde-packaging-b61d30312986fca7c00c19cf56b03eab168e136f.tar.gz
tde-packaging-b61d30312986fca7c00c19cf56b03eab168e136f.zip
DEB pytdeextensions: fix python provides.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian')
-rw-r--r--debian/_base/libraries/pytdeextensions/debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/_base/libraries/pytdeextensions/debian/control b/debian/_base/libraries/pytdeextensions/debian/control
index 52b16b387..e3e063583 100644
--- a/debian/_base/libraries/pytdeextensions/debian/control
+++ b/debian/_base/libraries/pytdeextensions/debian/control
@@ -10,11 +10,11 @@ Standards-Version: 3.8.4
Package: pytdeextensions-trinity
Architecture: all
-Depends: ${python:Depends}
+Depends: ${python3:Depends}
Replaces: pykdeextensions-trinity (<< 4:14.0.0~)
Breaks: pykdeextensions-trinity (<< 4:14.0.0~)
Conflicts: pykdeextensions
-Provides: ${python:Provides}
+Provides: ${python3:Provides}
Description: Python packages to support TDE applications (scripts) [Trinity]
PyTDE Extensions is a collection of software and Python packages
to support the creation and installation of TDE applications.