mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
Merge pull request #8308 from commodo/python3-pip-fix
python3-pip: fix install rule
This commit is contained in:
@@ -12,7 +12,7 @@ $(call Package/python3/Default)
|
|||||||
DEPENDS:=+python3 +python3-setuptools +python-pip-conf
|
DEPENDS:=+python3 +python3-setuptools +python-pip-conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-pip/install
|
define Py3Package/python3-pip/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib/python$(PYTHON3_VERSION)/site-packages
|
$(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib/python$(PYTHON3_VERSION)/site-packages
|
||||||
$(CP) $(PKG_BUILD_DIR)/install-pip/bin/pip3* $(1)/usr/bin
|
$(CP) $(PKG_BUILD_DIR)/install-pip/bin/pip3* $(1)/usr/bin
|
||||||
$(CP) \
|
$(CP) \
|
||||||
|
|||||||
Reference in New Issue
Block a user