소스 검색

python-setuptools: remove explicit PYTHONPATH set

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean 10 년 전
부모
커밋
465c95ab71
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    2
      lang/python-setuptools/Makefile

+ 0
- 2
lang/python-setuptools/Makefile 파일 보기

@@ -33,9 +33,7 @@ define Package/python-setuptools/description
33 33
   Easily download, build, install, upgrade, and uninstall Python packages
34 34
 endef
35 35
 
36
-PYTHONPATH:=$(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR)
37 36
 define Build/Compile
38
-	$(INSTALL_DIR) $(PYTHONPATH)
39 37
 	$(call Build/Compile/PyMod,,\
40 38
 		install --prefix="$(PKG_INSTALL_DIR)/usr" \
41 39
 	)