diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control index a3a31bc4c..5aac23660 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: librpm-tizen Section: vcs Priority: optional Build-Depends: debhelper, + dh-python, dpkg-dev, dh-autoreconf, libtool, @@ -14,7 +15,8 @@ Build-Depends: debhelper, libxml2-dev, libreadline-dev, libsqlite3-dev, - python-all-dev, + python3-all-dev, + python3, pkg-config, libnspr4-dev, libnss3-dev, @@ -27,11 +29,11 @@ Build-Depends: debhelper, Maintainer: Markus Lehtonen <markus.lehtonen@linux.intel.com> Standards-Version: 3.9.3 Homepage: http://rpm.org/ -X-Python-Version: >= 2.6 +X-Python-Version: >= 3 Package: librpm-tizen Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Description: The RPM libraries for git-buildpackage RPM Package Manager is the main tool for managing the software packages of Tizen. |