Accepting request 406690 from home:lorenz:ELPA
Fix build on SLE-11-SP4 OBS-URL: https://build.opensuse.org/request/show/406690 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=97
This commit is contained in:
parent
8308d5e140
commit
d22ca0e1c4
@ -2,16 +2,14 @@ This fixes a test failure on SLE11SP3:
|
||||
Error is:
|
||||
AssertionError: error: must supply either home or prefix/exec-prefix -- not both
|
||||
|
||||
Index: setuptools-15.0/setuptools/tests/test_egg_info.py
|
||||
===================================================================
|
||||
--- setuptools-15.0.orig/setuptools/tests/test_egg_info.py
|
||||
+++ setuptools-15.0/setuptools/tests/test_egg_info.py
|
||||
@@ -61,7 +61,7 @@ class TestEggInfo:
|
||||
)
|
||||
cmd = [
|
||||
'install',
|
||||
- '--home', env.paths['home'],
|
||||
+ '--prefix', env.paths['home'],
|
||||
'--install-lib', env.paths['lib'],
|
||||
'--install-scripts', env.paths['scripts'],
|
||||
'--install-data', env.paths['data'],
|
||||
--- a/setuptools/tests/test_egg_info.py
|
||||
+++ b/setuptools/tests/test_egg_info.py
|
||||
@@ -217,7 +217,7 @@ class TestEggInfo(object):
|
||||
if cmd is None:
|
||||
cmd = [
|
||||
'install',
|
||||
- '--home', env.paths['home'],
|
||||
+ '--prefix', env.paths['home'],
|
||||
'--install-lib', env.paths['lib'],
|
||||
'--install-scripts', env.paths['scripts'],
|
||||
'--install-data', env.paths['data'],
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 10:11:11 UTC 2016 - dev@stellardeath.org
|
||||
|
||||
- Update fix-sle11-test-failure.patch to new line numbers and
|
||||
indentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 08:57:47 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user