Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269502 - dev-python/pyserial should set RDEPEND so unzip can be unmerged
Summary: dev-python/pyserial should set RDEPEND so unzip can be unmerged
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-12 06:37 UTC by James Rowe
Modified: 2009-05-16 20:36 UTC (History)
0 users

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


Attachments
pyserial-set_rdepend.patch (pyserial-set_rdepend.patch,724 bytes, patch)
2009-05-12 06:37 UTC, James Rowe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Rowe 2009-05-12 06:37:02 UTC
pyserial ebuild doesn't set RDEPEND, so the current RDEPEND=$DEPEND
means that unzip can't be uninstalled(well not without it being pulled
in next time you emerge world :P).

Thanks,

James


Reproducible: Always
Comment 1 James Rowe 2009-05-12 06:37:34 UTC
Created attachment 191000 [details, diff]
pyserial-set_rdepend.patch
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-05-16 20:36:55 UTC
Fixed.

pyserial-2.4 uses .tar.gz tarball, so it doesn't need unzip at all.