소스 검색

python-pip: remove explicit PYTHONPATH set

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

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

@@ -34,9 +34,7 @@ define Package/python-pip/description
34 34
   A tool for installing and managing Python packages.
35 35
 endef
36 36
 
37
-PYTHONPATH:=$(PKG_INSTALL_DIR)/$(PYTHON_PKG_DIR)
38 37
 define Build/Compile
39
-	$(INSTALL_DIR) $(PYTHONPATH)
40 38
 	$(call Build/Compile/PyMod,,\
41 39
 		install --prefix="$(PKG_INSTALL_DIR)/usr" \
42 40
 	)