Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191170 - sys-apps/portage-2.1.3.7: Wrong dependencies
Summary: sys-apps/portage-2.1.3.7: Wrong dependencies
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2007-09-03 18:03 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-09-04 21:37 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-09-03 18:03:27 UTC
As you know, pycrypto isn't needed, when Python 2.5* is installed.

--- sys-apps/portage/portage-2.1.3.7.ebuild
+++ sys-apps/portage/portage-2.1.3.7.ebuild
@@ -28,7 +28,7 @@
        userland_GNU? ( >=sys-apps/coreutils-6.4 )
        selinux? ( >=dev-python/python-selinux-2.16 )
        doc? ( || ( app-portage/eclass-manpages app-portage/portage-manpages ) )
-       >=dev-python/pycrypto-2.0.1-r5
+       || ( >=dev-lang/python-2.5 >=dev-python/pycrypto-2.0.1-r5 )
        >=net-misc/rsync-2.6.4"
 # coreutils-6.4 rdep is for date format in emerge-webrsync #164532
 # rsync-2.6.4 rdep is for the --filter option #167668
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-09-03 18:08:09 UTC
Also please move information about this from 2.2 section to 2.1.3 section in RELEASE-NOTES.
Comment 2 Zac Medico gentoo-dev 2007-09-04 21:37:50 UTC
Thanks, it's fixed now. I've also removed the python-fchksum dep since it's not strictly required.