Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503360 - dev-python/skype4py-1.0.35 is missing a dev-python/setuptools dependency
Summary: dev-python/skype4py-1.0.35 is missing a dev-python/setuptools dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-03 22:36 UTC by W. Trevor King
Modified: 2014-03-03 23:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (info,4.05 KB, text/plain)
2014-03-03 22:58 UTC, W. Trevor King
Details

Note You need to log in before you can comment on or make changes to this bug.
Description W. Trevor King 2014-03-03 22:36:47 UTC
The skype4py package uses setuptools, but does not declare that dependency in DEPEND.

Reproducible: Always

Steps to Reproduce:
1. emerge -av =dev-python/skype4py-1.0.35

Actual Results:  
…
#>>> Compiling source in /var/tmp/portage/dev-python/skype4py-1.0.35/work/skype4py-1.0.35 ...
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 16, in <module>
    from setuptools import setup
ImportError: No module named setuptools
…

Expected Results:  
Successful installation.

Should be an easy fix, just add dev-python/setuptools to DEPEND for the v1.0.34 and v1.0.35 ebuilds.  The setuptools dependency landed just before 1.0.33 [1]:

  skype4py $ git name-rev --tags 5f2ad12
  5f2ad12 tags/1.0.33~4

[1]: https://github.com/awahlig/skype4py/commit/5f2ad128db95d64a8d4a66b7ee5c14165d1d387a
Comment 1 W. Trevor King 2014-03-03 22:58:00 UTC
Created attachment 371686 [details]
emerge --info
Comment 2 Tim Harder gentoo-dev 2014-03-03 23:55:25 UTC
Fixed in the tree.