Description: Fix Makefile to use py3
Author: Thomas Goirand <zigo@debian.org> Forwarded: no
This commit is contained in:
parent
a151f17b66
commit
6cb661f7c0
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue