Description: Fix Makefile to use py3

Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
This commit is contained in:
su-fang 2022-09-14 15:39:13 +08:00
parent a151f17b66
commit 6cb661f7c0
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
PYTHONPATH:=$(shell pwd):${PYTHONPATH}
PYTHON ?= python
PYTHON ?= python3
all: check
@ -17,6 +17,6 @@ tags: testscenarios/*.py testscenarios/tests/*.py
ctags -R testscenarios/
release:
python setup.py sdist bdist_wheel upload -s
python3 setup.py sdist bdist_wheel upload -s
.PHONY: all check release

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-testscenarios (0.5-ok2) yangtze; urgency=medium
* Add fix-Makefile-to-use-py3.patch.
-- sufang <sufang@kylinos.cn> Wed, 14 Sep 2022 15:38:23 +0800
python-testscenarios (0.5-ok1) yangtze; urgency=medium
* Build for openkylin.