| Summary: | dev-python/elixir-0.5.2 should depend on >=dev-python/sqlalchemy-0.3.9 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Santiago M. Mola (RETIRED) <coldwind> |
| Component: | New packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Fixed, thanks for reporting. |
dev-python/elixir-0.5.2 should depend on, at least, >=dev-python/sqlalchemy-0.3.9. >>> Source compiled. running test running egg_info writing requirements to Elixir.egg-info/requires.txt writing Elixir.egg-info/PKG-INFO writing top-level names to Elixir.egg-info/top_level.txt writing dependency_links to Elixir.egg-info/dependency_links.txt reading manifest file 'Elixir.egg-info/SOURCES.txt' writing manifest file 'Elixir.egg-info/SOURCES.txt' running build_ext Traceback (most recent call last): File "setup.py", line 39, in <module> test_suite = 'nose.collector') File "/usr/lib64/python2.5/distutils/core.py", line 151, in setup dist.run_commands() File "/usr/lib64/python2.5/distutils/dist.py", line 974, in run_commands self.run_command(cmd) File "/usr/lib64/python2.5/distutils/dist.py", line 994, in run_command cmd_obj.run() File "/usr/lib64/python2.5/site-packages/setuptools/command/test.py", line 119, in run self.with_project_on_sys_path(self.run_tests) File "/usr/lib64/python2.5/site-packages/setuptools/command/test.py", line 100, in with_project_on_sys_path require('%s==%s' % (ei_cmd.egg_name, ei_cmd.egg_version)) File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 626, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 528, in resolve raise VersionConflict(dist,req) # XXX put more info here pkg_resources.VersionConflict: (SQLAlchemy 0.3.7 (/usr/lib64/python2.5/site-packages), Requirement.parse('SQLAlchemy>=0.3.9')) * * ERROR: dev-python/elixir-0.5.2 failed. * Call stack: * ebuild.sh, line 49: Called src_test * environment, line 2419: Called die * The specific snippet of code: * PYTHONPATH=. "${python}" setup.py test || die "tests failed" * The die message: * tests failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-python/elixir-0.5.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/elixir-0.5.2/temp/environment'. *