diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 4 | ||||
| -rwxr-xr-x | debian/rules | 2 | 
2 files changed, 3 insertions, 3 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 diff --git a/debian/rules b/debian/rules index f88d083..6046c4b 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DH_VIRTUALENV_INSTALL_ROOT=/usr/share  override_dh_virtualenv:  	dh_virtualenv \ -	--python /usr/bin/python3.7 \ +	--python /usr/bin/python3 \  	--use-system-packages \  	--builtin-venv \  	--setuptools \ | 
