Fix reno lint error in sention names
[releng/global-jjb.git] / releasenotes / notes / maven-deploy-87ad380c53d8e2c2.yaml
1 ---
2 fixes:
3   - |
4     Resolves the lftools_activate failure below.
5
6     .. code-block:: bash
7
8         ---> maven-deploy.sh
9         ImportError: cannot import name 'enquote_executable'
10
11     Fix is to replace lftools_activate with lf-activate-venv
12     by sourcing lf-env.sh
13     lf-activate-venv is a more error resistant way to make sure a pip
14     package is installed
15
16 deprecations:
17   - |
18     lftools_activate should no longer be used and will be removed
19     in a future release.