diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-01-09 10:14:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-01-09 10:15:01 +0900 |
commit | b61d30312986fca7c00c19cf56b03eab168e136f (patch) | |
tree | 7ad7f72c4e424eba8916d6f3237dfa71867f6fa6 /ubuntu/_base | |
parent | f1442fc65ff37eb46acc5288d4b0555ee60f265f (diff) | |
download | tde-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 'ubuntu/_base')
-rw-r--r-- | ubuntu/_base/libraries/pytdeextensions/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/_base/libraries/pytdeextensions/debian/control b/ubuntu/_base/libraries/pytdeextensions/debian/control index 52b16b387..e3e063583 100644 --- a/ubuntu/_base/libraries/pytdeextensions/debian/control +++ b/ubuntu/_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. |