diff options
author | John Estabrook <jestabro@vyos.io> | 2021-06-20 15:08:40 +0000 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-06-20 15:48:55 +0000 |
commit | d2aaefe861d8d6289793c93d7c5eb8315441feac (patch) | |
tree | 8abd1cc482ea108a19760877c34580578f548f86 /debian/control | |
parent | 30649ea81a4e78eee7cb671cfacafef8d0a1579e (diff) | |
download | vyos-http-api-tools-d2aaefe861d8d6289793c93d7c5eb8315441feac.tar.gz vyos-http-api-tools-d2aaefe861d8d6289793c93d7c5eb8315441feac.zip |
remove requirement of python minor version
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d6e1da8..d746f76 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> Build-Depends: debhelper (>= 10), - python3.7, + python3, python3-setuptools, dh-virtualenv (>= 1.0), python3-pip, @@ -14,7 +14,7 @@ Standards-Version: 3.9.6 Package: vyos-http-api-tools Architecture: any Pre-Depends: dpkg (>= 1.16.1), - python3.7, + python3, ${misc:Pre-Depends} Depends: ${misc:Depends} Description: api tools for VyOS |