Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
python-lupa
no-bundle.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-bundle.patch of Package python-lupa
Index: lupa-2.0/setup.py =================================================================== --- lupa-2.0.orig/setup.py +++ lupa-2.0/setup.py @@ -365,10 +365,11 @@ if not configs and not option_no_bundle: or (get_machine() != "x86_64" and 'luajit' in os.path.basename(lua_bundle_path.rstrip(os.sep))) ) ] -if not configs and not option_use_bundle: - configs = find_lua_build(no_luajit=option_no_luajit) if not configs: - configs = no_lua_error() + configs = [ + (find_lua_build(no_luajit=option_no_luajit) if not option_use_bundle else {}) + or no_lua_error() + ] # check if Cython is installed, and use it if requested or necessary
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