Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
python-setuptools.9233
fix-sle11-test-failure.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-sle11-test-failure.patch of Package python-setuptools.9233
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'],
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor