Modify python3 path for build and install 36/257936/1 accepted/tizen_6.5_base accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_8.0_base accepted/tizen_base accepted/tizen_base_dev accepted/tizen_unified tizen tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix tizen_8.0_base tizen_base accepted/tizen/6.5/base/20211028.055946 accepted/tizen/7.0/base/20221116.025951 accepted/tizen/7.0/base/hotfix/20221116.055400 accepted/tizen/8.0/base/20231005.045120 accepted/tizen/base/20210824.014227 accepted/tizen/base/20221115.103825 accepted/tizen/base/dev/20230602.080914 accepted/tizen/unified/20210510.100640 submit/tizen/20210507.021722 submit/tizen_6.5_base/20211028.134601 submit/tizen_base/20210824.002740 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorJinWang An <jinwang.an@samsung.com>
Fri, 7 May 2021 02:09:03 +0000 (11:09 +0900)
committerJinWang An <jinwang.an@samsung.com>
Fri, 7 May 2021 02:09:23 +0000 (11:09 +0900)
Change-Id: Icf3207f8bdfae4f6c1fbca3e7e8eda563227ad52
Signed-off-by: JinWang An <jinwang.an@samsung.com>
packaging/python3-nose.spec

index 3635004..b3f1aa2 100644 (file)
@@ -36,13 +36,13 @@ cp %{SOURCE1001} .
 sed -i 's,man/man1,share/man/man1,' setup.py
 
 %build
-python3 setup.py build
+/usr/bin/python3 setup.py build
 
 %check
 # python3 setup.py test
 
 %install
-python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+/usr/bin/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 
 %files