components/python/virtualenv/Makefile
changeset 4339 6501cf9c29f9
parent 3998 5bd484384122
child 4984 7145b15b7f0d
equal deleted inserted replaced
4336:e0e4b5ad6cb9 4339:6501cf9c29f9
    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 system-test:    $(NO_TESTS)
       
    54 
    53 REQUIRED_PACKAGES += library/python/setuptools-26
    55 REQUIRED_PACKAGES += library/python/setuptools-26
    54 REQUIRED_PACKAGES += library/python/setuptools-27
    56 REQUIRED_PACKAGES += library/python/setuptools-27
    55 REQUIRED_PACKAGES += library/python/setuptools-34
    57 REQUIRED_PACKAGES += library/python/setuptools-34