python3-pip: fix install rule
This seems to have slipped for some time. No idea if it ever worked.
It could be that this worked at some point.
In any case, the shebang is properly updated now.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 1b96dc0171
)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(bump PKG_RELEASE for python3-pip)
This commit is contained in:
parent
c4710f7805
commit
e84deea057
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ PYTHON3_VERSION_MICRO:=9
|
|||
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
|
||||
|
||||
PYTHON3_SETUPTOOLS_PKG_RELEASE:=1
|
||||
PYTHON3_PIP_PKG_RELEASE:=1
|
||||
PYTHON3_PIP_PKG_RELEASE:=2
|
||||
|
||||
PYTHON3_SETUPTOOLS_VERSION:=40.6.2
|
||||
PYTHON3_PIP_VERSION:=18.1
|
||||
|
|
|
@ -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…
Reference in a new issue