diff options
author | John Estabrook <jestabro@vyos.io> | 2021-06-23 14:48:38 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-06-23 14:57:32 -0500 |
commit | b532c8bb0459da3fbe971f2cc54ee9d26622616a (patch) | |
tree | 88f42d68d418b6cf334d27e175f6d54258a34ae0 | |
parent | d2aaefe861d8d6289793c93d7c5eb8315441feac (diff) | |
download | vyos-http-api-tools-b532c8bb0459da3fbe971f2cc54ee9d26622616a.tar.gz vyos-http-api-tools-b532c8bb0459da3fbe971f2cc54ee9d26622616a.zip |
Debian: T3641: dh_virtualenv checks for unavailable option '--setuptools'
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6046c4b..6164fc8 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,6 @@ override_dh_virtualenv: --python /usr/bin/python3 \ --use-system-packages \ --builtin-venv \ - --setuptools \ --upgrade-pip \ --extra-pip-arg "--ignore-installed" \ --extra-pip-arg "--no-cache-dir" |