diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-31 10:21:00 +0100 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-10-31 10:21:00 +0100 |
commit | 7ee5b380e6b4d25d971fe6fd4acc9a6e3dce74fc (patch) | |
tree | 5ec2094294f12d2be49334a5d6e753a51bbdea25 /debian | |
parent | d7ae33e913f04471d24f01baacb13b04e7eeb4f0 (diff) | |
download | qmenumodel-7ee5b380e6b4d25d971fe6fd4acc9a6e3dce74fc.tar.gz qmenumodel-7ee5b380e6b4d25d971fe6fd4acc9a6e3dce74fc.tar.bz2 qmenumodel-7ee5b380e6b4d25d971fe6fd4acc9a6e3dce74fc.zip |
Fixed control file to accept any python3 version.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2e18ada..58073ce 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9.0.0), libglib2.0-dev, qtbase (>= 5.0), qtdeclarative (>= 5.0), - python3 (>= 3.2), + python3, Standards-Version: 3.9.3 Package: libqmenumodel0 |