Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169858 - dev-python/twisted-pair - tuntap needs dev-python/eunuchs
Summary: dev-python/twisted-pair - tuntap needs dev-python/eunuchs
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-07 23:11 UTC by Thijs Brobbel
Modified: 2009-09-14 01:32 UTC (History)
0 users

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


Attachments
Patch for twisted-pair-0.1.0-r1 added dev-python/eunuchs to DEPEND (twisted-pair-eunuchs.patch,619 bytes, patch)
2008-06-28 03:37 UTC, Jesus Rivero (RETIRED)
Details | Diff
Patch for twisted-pair-0.1.0-r1 added dev-python/eunuchs to DEPEND (twisted-pair-eunuchs.patch,619 bytes, patch)
2008-06-28 03:37 UTC, Jesus Rivero (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thijs Brobbel 2007-03-07 23:11:43 UTC
when importing twisted.pair.tuntap, dev-python/twisted-pair raises the following exception:
ImportError: No module named eunuchs.tuntap

Reproducible: Always

Steps to Reproduce:
1.emerge python/twisted-pair
2.python -c 'import twisted.pair.tuntap'
Actual Results:  
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/twisted/pair/tuntap.py", line 36, in ?
    from eunuchs.tuntap import opentuntap, TuntapPacketInfo, makePacketInfo
ImportError: No module named eunuchs.tuntap

Expected Results:  
succesful import

Shouldn't python/twisted-pair be masked, if depended package dev-python/eunuchs is also masked?
Comment 1 Jesus Rivero (RETIRED) gentoo-dev 2008-06-28 03:37:22 UTC
Created attachment 158715 [details, diff]
Patch for twisted-pair-0.1.0-r1 added dev-python/eunuchs to DEPEND

Added dev-python/eunuchs to DEPEND in dev-python/twisted-pair-0.1.0-r1.ebuild

Best Regards,
Comment 2 Jesus Rivero (RETIRED) gentoo-dev 2008-06-28 03:37:27 UTC
Created attachment 158717 [details, diff]
Patch for twisted-pair-0.1.0-r1 added dev-python/eunuchs to DEPEND

Added dev-python/eunuchs to DEPEND in dev-python/twisted-pair-0.1.0-r1.ebuild

Best Regards,
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-09-14 01:32:04 UTC
dev-python/twisted-pair has been removed from the tree.