forked from pool/python-setuptools
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:
committed by
Git OBS Bridge
parent
8308d5e140
commit
d22ca0e1c4
@@ -2,12 +2,10 @@ This fixes a test failure on SLE11SP3:
|
|||||||
Error is:
|
Error is:
|
||||||
AssertionError: error: must supply either home or prefix/exec-prefix -- not both
|
AssertionError: error: must supply either home or prefix/exec-prefix -- not both
|
||||||
|
|
||||||
Index: setuptools-15.0/setuptools/tests/test_egg_info.py
|
--- a/setuptools/tests/test_egg_info.py
|
||||||
===================================================================
|
+++ b/setuptools/tests/test_egg_info.py
|
||||||
--- setuptools-15.0.orig/setuptools/tests/test_egg_info.py
|
@@ -217,7 +217,7 @@ class TestEggInfo(object):
|
||||||
+++ setuptools-15.0/setuptools/tests/test_egg_info.py
|
if cmd is None:
|
||||||
@@ -61,7 +61,7 @@ class TestEggInfo:
|
|
||||||
)
|
|
||||||
cmd = [
|
cmd = [
|
||||||
'install',
|
'install',
|
||||||
- '--home', env.paths['home'],
|
- '--home', env.paths['home'],
|
||||||
|
@@ -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
|
Mon Jul 4 08:57:47 UTC 2016 - tbechtold@suse.com
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user