components/python/virtualenv/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 4072 db0cec748ec0
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    48 install:	$(INSTALL_NO_ARCH)
    48 install:	$(INSTALL_NO_ARCH)
    49 
    49 
    50 # Virtualenv has tests, but only in the source repo; not in the tarballs.
    50 # Virtualenv has tests, but only in the source repo; not in the tarballs.
    51 test:		$(NO_TESTS)
    51 test:		$(NO_TESTS)
    52 
    52 
    53 REQUIRED_PACKAGES += library/python/setuptools-26
       
    54 REQUIRED_PACKAGES += library/python/setuptools-27
    53 REQUIRED_PACKAGES += library/python/setuptools-27
    55 REQUIRED_PACKAGES += library/python/setuptools-34
    54 REQUIRED_PACKAGES += library/python/setuptools-34