floppym 15/05/20 15:06:59 Added: 1.1.0-requirements.patch 1.4.0-requirements.patch Log: Remove invalid entries from requirements.txt, bug 546776. (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.1 dev-python/stevedore/files/1.1.0-requirements.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/files/1.1.0-requirements.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/files/1.1.0-requirements.patch?rev=1.1&content-type=text/plain Index: 1.1.0-requirements.patch =================================================================== pbr is used only at build time argparse is in the standard library six is used only in examples https://bugs.gentoo.org/show_bug.cgi?id=546776 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,3 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=0.6,!=0.7,<1.0 -argparse -six>=1.7.0 1.1 dev-python/stevedore/files/1.4.0-requirements.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/files/1.4.0-requirements.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/files/1.4.0-requirements.patch?rev=1.1&content-type=text/plain Index: 1.4.0-requirements.patch =================================================================== pbr is used only at build time argparse is in the standard library six is used only in examples https://bugs.gentoo.org/show_bug.cgi?id=546776 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,3 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=0.6,!=0.7,<1.0 -argparse -six>=1.9.0
