mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #742 from commodo/python-setuptools-cleanup
python-setuptools cleanup
This commit is contained in:
@@ -39,15 +39,11 @@ define Build/Compile
|
|||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define PyPackage/python-setuptools/filespec
|
|
||||||
+|/usr/lib/python$(PYTHON_VERSION)/site-packages
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(2)/lib/python$(PYTHON_VERSION)/site-packages
|
$(INSTALL_DIR) $(2)$(PYTHON_PKG_DIR)
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/python$(PYTHON_VERSION)/site-packages/* \
|
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR) \
|
||||||
$(HOST_PYTHON_LIB_DIR)/site-packages
|
$(2)$(PYTHON_PKG_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define PyPackage/python-setuptools/install
|
define PyPackage/python-setuptools/install
|
||||||
|
|||||||
Reference in New Issue
Block a user