Browse Source

Merge pull request #8308 from commodo/python3-pip-fix

python3-pip: fix install rule
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
c722f6e5e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/python3/files/python3-package-pip.mk

+ 1
- 1
lang/python/python3/files/python3-package-pip.mk View File

@ -12,7 +12,7 @@ $(call Package/python3/Default)
DEPENDS:=+python3 +python3-setuptools +python-pip-conf
endef
define Package/python3-pip/install
define Py3Package/python3-pip/install
$(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) \


Loading…
Cancel
Save