Browse Source

Merge pull request #742 from commodo/python-setuptools-cleanup

python-setuptools cleanup
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
383a505eb0
1 changed files with 3 additions and 7 deletions
  1. +3
    -7
      lang/python-setuptools/Makefile

+ 3
- 7
lang/python-setuptools/Makefile View File

@ -39,15 +39,11 @@ define Build/Compile
)
endef
define PyPackage/python-setuptools/filespec
+|/usr/lib/python$(PYTHON_VERSION)/site-packages
endef
define Build/InstallDev
$(INSTALL_DIR) $(2)/lib/python$(PYTHON_VERSION)/site-packages
$(INSTALL_DIR) $(2)$(PYTHON_PKG_DIR)
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/python$(PYTHON_VERSION)/site-packages/* \
$(HOST_PYTHON_LIB_DIR)/site-packages
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR) \
$(2)$(PYTHON_PKG_DIR)
endef
define PyPackage/python-setuptools/install


Loading…
Cancel
Save