Use python3 for update_constraints
Change-Id: Id882f4fae0152ff0ae23b6c23ce575e099fcf70c Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
3f70ef92ab
commit
a048436971
@ -96,8 +96,8 @@ function pep503 {
|
||||
# we first ask for the name without saving the output and then we
|
||||
# ask for it again and save the output to get a clean
|
||||
# version. This is why we can't have nice things.
|
||||
python setup.py --name
|
||||
dist_name=$(python setup.py --name)
|
||||
python3 setup.py --name
|
||||
dist_name=$(python3 setup.py --name)
|
||||
canonical_name=$(pep503 $dist_name)
|
||||
if [[ -z "$dist_name" ]]; then
|
||||
echo "Could not determine the name of the constraint to update"
|
||||
|
Loading…
Reference in New Issue
Block a user