Your IP : 18.223.108.134


Current Path : /opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/
Upload File :
Current File : //opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyc

�
�Rec@s_ddlZddlZddlmZddlmZmZddlmZddl	m
Z
ddlmZm
Z
ddlmZmZddlmZmZdd	lmZdd
lmZddlmZmZddlmZdd
lmZddlm Z m!Z!er�ddl"m#Z#m$Z$m%Z%m&Z&m'Z'm(Z(ddl	m)Z)ddl*m+Z+ddl,m-Z-ddl.m/Z/ddlm0Z0ddl1m2Z2e(d&Z3nej4e5�Z6d�Z7d�Z8d�Z9de fd��YZ:de:fd��YZ;de:fd ��YZ<de fd!��YZ=d"e fd#��YZ>d$e fd%��YZ?dS('i����N(tsuppress(tInvalidSpecifiertSpecifierSet(tcanonicalize_name(tVersion(t	HashErrortMetadataInconsistent(tHTTPRangeRequestUnsupportedtdist_from_wheel_url(tinstall_req_from_editabletinstall_req_from_line(tInstallRequirement(t
indent_log(tdist_is_editabletnormalize_version_info(tget_requires_python(tMYPY_CHECK_RUNNINGi(t	Candidatetformat_name(tAnyt	FrozenSettIterabletOptionaltTupletUnion(t_BaseVersion(tDistribution(tAbstractDistribution(tLink(tRequirement(tFactorytAlreadyInstalledCandidatetEditableCandidatet
LinkCandidatecCs�|jstd��|jr1t|j�}n	|j}t|d|jd|jd|jd|j	d|j
dtd|jd	|j
d
|j��}|j|_||_|S(Nstemplate is editablet
user_suppliedt
comes_fromt
use_pep517tisolatedt
constrainttoptionstinstall_optionstglobal_optionsthashes(teditabletAssertionErrortreqtstrturlR
R"R#R$R%R&tdictR(R)thash_optionst
original_linktlink(R3ttemplatetlinetireq((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pytmake_install_req_from_link0s$										cCss|jstd��t|jd|jd|jd|jd|jd|jdt	d|j
d	|jd
|j��S(Nstemplate not editableR"R#R$R%R&R'R(R)R*(
R+R,R	R/R"R#R$R%R&R0R(R)R1(R3R4((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pytmake_install_req_from_editableIs								cCs�t|j�}|jr*t|j�}n9|jrNdj||jj�}ndj||j�}t|d|j	d|j
d|jd|jd|j
dtd	|jd
|jd|j��}||_|S(Ns{} @ {}s{}=={}R"R#R$R%R&R'R(R)R*(Rtproject_nameR-R.R3tformatR/tparsed_versionR
R"R#R$R%R&R0R(R)R1tsatisfied_by(tdistR4R9R5R6((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pytmake_install_req_from_dist[s&										t"_InstallRequirementBackedCandidatecBs�eZdZeZddd�Zd�Zd�Zd�Z	d�Z
ed��Zed��Z
ed��Zd	�Zd
�Zd�Zd�Zd
�Zed��Zd�Zd�Zd�ZRS(s�A candidate backed by an ``InstallRequirement``.

    This represents a package request with the target not being already
    in the environment, and needs to be fetched and installed. The backing
    ``InstallRequirement`` is responsible for most of the leg work; this
    class exposes appropriate information to the resolver.

    :param link: The link passed to the ``InstallRequirement``. The backing
        ``InstallRequirement`` will use this link to fetch the distribution.
    :param source_link: The link this candidate "originates" from. This is
        different from ``link`` when the link is found in the wheel cache.
        ``link`` would point to the wheel cache, while this points to the
        found remote link (e.g. from pypi.org).
    cCsL||_||_||_||_||_||_d|_t|_	dS(N(
t_linkt_source_linkt_factoryt_ireqt_namet_versiontNonet_disttFalset	_prepared(tselfR3tsource_linkR6tfactorytnametversion((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt__init__�s
							cCs%djd|jjdt|j��S(Ns{class_name}({link!r})t
class_nameR3(R:t	__class__t__name__R.R@(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt__repr__�s	cCst|j|jf�S(N(thashRQR@(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt__hash__�scCs&t||j�r"|j|jkStS(N(t
isinstanceRQR@RH(RJtother((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt__eq__�scCs|j|�S(N(RX(RJRW((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt__ne__�scCs|jS(N(RA(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRK�scCs.|jdkr't|jj�|_n|jS(s:The normalised name of the project the candidate refers toN(RDRFRR=R9(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRM�scCs(|jdkr!|jj|_n|jS(N(RERFR=R;(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRN�scCs4dj|j|j|jjr*|jjn|j�S(Ns{} {} (from {})(R:RMRNR@tis_filet	file_path(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pytformat_for_error�scCstd��dS(NsOverride in subclass(tNotImplementedError(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt_prepare_abstract_distribution�scCs�|j}t|j�}|jdk	rQ|j|krQt|jd|j��n|j}|jdk	r�|j|kr�t|jd|j	��ndS(s:Check for consistency of project name and version of dist.RMRNN(
RGRR9RDRFRRCR;RERN(RJR=RMRN((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt_check_metadata_consistency�s		cCs�|jr
dSy|j�}Wn"tk
rA}|j|_�nX|j�|_|jdk	sltd��|j	�t
|_dS(NsDistribution already installed(RIR^RRCR-tget_pkg_resources_distributionRGRFR,R_tTrue(RJt
abstract_distte((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt_prepare�s	
cCs$|jj}|jj}|jjo.|jj}|r|r|jr|jdk	s\t	�t
jd|jj
pw|j�t��{tt��ht
jd|j|j�|jjjdd�d}|jj}t|j||�|_|j�WdQXWdQXn|jdkr |j�ndS(s-Fetch metadata, using lazy wheel if possible.s
Collecting %ss+Obtaining dependency information from %s %st#iiN(RBtpreparertuse_lazy_wheelR@tis_wheelRZtrequire_hashesRDRFR,tloggertinfoRCR-RRRRER/tsplitt
downloadert_sessionRRGR_Rd(RJRfRgtremote_wheelR/tsession((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt_fetch_metadata�s"

cCs#|jdkr|j�n|jS(N(RGRFRq(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR=s
cCsrt|j�}|dkrdSyt|�}Wn0tk
ra}d}tj||j|�dSX|jj	|�S(Ns-Package %r has an invalid Requires-Python: %s(
RR=RFRRRjtwarningRMRBt make_requires_python_requirement(RJtrequires_pythontspecRctmessage((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt_get_requires_python_dependencysccsX|r|jj�nd}x+|D]#}|jjt|�|j�Vq"W|j�VdS(N((R=trequiresRBtmake_requirement_from_specR.RCRw(RJt
with_requiresRxtr((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pytiter_dependenciess
!cCs|j�|jS(N(RdRC(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pytget_install_requirements
N(RRt
__module__t__doc__RHtis_installedRFRORSRURXRYtpropertyRKRMRNR\R^R_RdRqR=RwR|R}(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR?us(							
			
	cBs&eZeZddd�Zd�ZRS(c	
Cs�|}|j||�}|dk	rCtjd|j�|j}nt||�}|dk	r�|jr�|j|jkr�t|_	nt
t|�jd|d|d|d|d|d|�dS(NsUsing cached wheel link: %sR3RKR6RLRMRN(
tget_wheel_cache_entryRFRjtdebugR3R7t
persistentR2Ratoriginal_link_is_in_wheel_cachetsuperR!RO(	RJR3R4RLRMRNRKtcache_entryR6((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRO%s"		cCs|jjj|jdt�S(Ntparallel_builds(RBRftprepare_linked_requirementRCRa(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR^CsN(RRR~RHtis_editableRFROR^(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR!"scBs&eZeZddd�Zd�ZRS(c
CsDtt|�jd|d|dt||�d|d|d|�dS(NR3RKR6RLRMRN(R�R ROR8(RJR3R4RLRMRN((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyROMs	cCs|jjj|j�S(N(RBRftprepare_editable_requirementRC(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR^_sN(RRR~RaR�RFROR^(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR JscBs�eZeZdZd�Zd�Zd�Zd�Z	d�Z
ed��Zed��Z
ed��Zd�Zd	�Zd
�ZRS(cCsD||_t||�|_||_d}|jj|j|�dS(Nsalready satisfied(R=R>RCRBRftprepare_installed_requirement(RJR=R4RLtskip_reason((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyROhs
		cCsdjd|jjd|j�S(Ns{class_name}({distribution!r})RPtdistribution(R:RQRRR=(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRSzs	cCst|j|j|jf�S(N(RTRQRMRN(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRU�scCs8t||j�r4|j|jko3|j|jkStS(N(RVRQRMRNRH(RJRW((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRX�s"cCs|j|�S(N(RX(RJRW((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRY�scCst|jj�S(N(RR=R9(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRM�scCs
|jjS(N(R=R;(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRN�scCs
t|j�S(N(R
R=(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR��scCsdj|j|j�S(Ns{} {} (Installed)(R:RMRN(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR\�sccsE|s
dSx4|jj�D]#}|jjt|�|j�VqWdS(N(R=RxRBRyR.RC(RJRzR{((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR|�scCsdS(N(RF(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR}�sN(RRR~RaR�RFRKRORSRURXRYR�RMRNR�R\R|R}(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRds							tExtrasCandidatecBs�eZdZd�Zd�Zd�Zd�Zd�Zed��Z	ed��Z
d�Zed	��Zed
��Z
ed��Zd�Zd
�ZRS(s�A candidate that has 'extras', indicating additional dependencies.

    Requirements can be for a project with dependencies, something like
    foo[extra].  The extras don't affect the project/version being installed
    directly, but indicate that we need additional dependencies. We model that
    by having an artificial ExtrasCandidate that wraps the "base" candidate.

    The ExtrasCandidate differs from the base in the following ways:

    1. It has a unique name, of the form foo[extra]. This causes the resolver
       to treat it as a separate node in the dependency graph.
    2. When we're getting the candidate's dependencies,
       a) We specify that we want the extra dependencies as well.
       b) We add a dependency on the base candidate.
          See below for why this is needed.
    3. We return None for the underlying InstallRequirement, as the base
       candidate will provide it, and we don't want to end up with duplicates.

    The dependency on the base candidate is needed so that the resolver can't
    decide that it should recommend foo[extra1] version 1.0 and foo[extra2]
    version 2.0. Having those candidates depend on foo=1.0 and foo=2.0
    respectively forces the resolver to recognise that this is a conflict.
    cCs||_||_dS(N(tbasetextras(RJR�R�((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRO�s	cCs(djd|jjd|jd|j�S(Ns.{class_name}(base={base!r}, extras={extras!r})RPR�R�(R:RQRRR�R�(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRS�s		cCst|j|jf�S(N(RTR�R�(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRU�scCs8t||j�r4|j|jko3|j|jkStS(N(RVRQR�R�RH(RJRW((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRX�s"cCs|j|�S(N(RX(RJRW((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRY�scCst|jj|j�S(s:The normalised name of the project the candidate refers to(RR�RMR�(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRM�scCs
|jjS(N(R�RN(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRN�scCs+dj|jj�djt|j���S(Ns{} [{}]s, (R:R�R\tjointsortedR�(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR\�scCs
|jjS(N(R�R�(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR��scCs
|jjS(N(R�R�(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR��scCs
|jjS(N(R�RK(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRKsccs�|jj}|j|j�V|s'dS|jj|jjj�}|jj|jjj�}x3t|�D]%}tj	d|jj
|j|�qjWxL|jjj|�D]5}|j
t|�|jj|�}|r�|Vq�q�WdS(Ns%%s %s does not provide the extra '%s'(R�RBtmake_requirement_from_candidateR�tintersectionR=t
differenceR�RjRrRMRNRxRyR.RC(RJRzRLtvalid_extrastinvalid_extrastextraR{trequirement((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR|s"	cCsdS(N(RF(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR}%s(RRR~RRORSRURXRYR�RMRNR\R�R�RKR|R}(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR��s								tRequiresPythonCandidatecBsVeZeZdZd�Zed��Zed��Z	d�Z
d�Zd�ZRS(cCsN|dk	rt|�}n
tjd }tdjd�|D���|_dS(Nit.css|]}t|�VqdS(N(R.(t.0tc((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pys	<genexpr>7s(RFRtsystversion_infoRR�RE(RJtpy_version_infoR�((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRO1s
cCsdS(Ns<Python from Requires-Python>((RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRM=scCs|jS(N(RE(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyRNCscCsdj|j�S(Ns	Python {}(R:RN(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR\HscCsdS(N(((RJRz((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR|LscCsdS(N(RF(RJ((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR}PsN(
RRR~RHR�RFRKROR�RMRNR\R|R}(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyR�-s			(RR R!(@tloggingR�tpip._vendor.contextlib2Rt pip._vendor.packaging.specifiersRRtpip._vendor.packaging.utilsRtpip._vendor.packaging.versionRtpip._internal.exceptionsRRt pip._internal.network.lazy_wheelRRtpip._internal.req.constructorsR	R
tpip._internal.req.req_installRtpip._internal.utils.loggingRtpip._internal.utils.miscR
Rtpip._internal.utils.packagingRtpip._internal.utils.typingRR�RRttypingRRRRRRRtpip._vendor.pkg_resourcesRtpip._internal.distributionsRtpip._internal.models.linkRRRLRt
BaseCandidatet	getLoggerRRRjR7R8R>R?R!R RR�R�(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_internal/resolution/resolvelib/candidates.pyt<module>sH.
			�(K~

?>