forked from pool/python-py2pack
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=55
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
|
From: toddrme2178@gmail.com
|
||||||
|
Date: 2016-10-02 14:21:00 +0000
|
||||||
|
Subject: Use python2 for subprocess
|
||||||
|
|
||||||
|
This patch makes sure the correct version of py2pack is called.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
--- a/py2pack/requires.py
|
--- a/py2pack/requires.py
|
||||||
+++ b/py2pack/requires.py
|
+++ b/py2pack/requires.py
|
||||||
@@ -8,7 +13,7 @@
|
|||||||
os.chdir(tmp_dir)
|
os.chdir(tmp_dir)
|
||||||
# generate a temporary json file which contains the metadata
|
# generate a temporary json file which contains the metadata
|
||||||
- cmd = "python setup.py -q --command-packages py2pack " \
|
- cmd = "python setup.py -q --command-packages py2pack " \
|
||||||
+ cmd = "python3 setup.py -q --command-packages py2pack " \
|
+ cmd = "python setup.py -q --command-packages py2pack2 " \
|
||||||
"get_metadata -o %s " % tempfile_json.name
|
"get_metadata -o %s " % tempfile_json.name
|
||||||
try:
|
try:
|
||||||
subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True)
|
subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True)
|
||||||
|
Reference in New Issue
Block a user