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/rules | |
| 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/rules')
| -rwxr-xr-x | debian/rules | 2 | 
1 files changed, 1 insertions, 1 deletions
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 \  | 
