Summary: | dev-python/GridDataFormats-0.2.2 - /usr/bin/python2.7 setup.py build: ImportError: No module named setuptools | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
Component: | [OLD] Development | Assignee: | Justin Lecher (RETIRED) <jlec> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jlec, sci |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 515060 | ||
Attachments: | a patch by diff -u in cvs |
Description
Patrick Lauer
![]() appears to require DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=">=dev-python/numpy-1.0.3[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}]" install_requires=['numpy>=1.0.3', 'scipy', # for remapping/interpolation ], from setup.py, however for me; repoman full yields RepoMan scours the neighborhood... dependency.bad 20 dev-python/GridDataFormats/GridDataFormats-0.2.2.ebuild: RDEPEND: ~amd64(default/linux/amd64/13.0) ['dev-python/scipy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]'] + same fpr x86. Created attachment 380296 [details, diff] a patch by diff -u in cvs CLEVER me, used dev-python/scipy instead of sci-libs/scipy blush no wonder! can't see for looking! $ ebuild GridDataFormats-0.2.2.ebuild clean install >>> Completed installing GridDataFormats-0.2.2 into /mnt/gen2/TmpDir/portage/dev-python/GridDataFormats-0.2.2/image/ repoman clean. Sorry for the blindness + 06 Jul 2014; Justin Lecher <jlec@gentoo.org> GridDataFormats-0.2.2.ebuild: + Add patch for missing deps, #514752; thanks idella4 for writing the patch + |