mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 08:28:20 +04:00
python,python3: add python-pip-conf package to be used by both python-pip & python3-pip
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
3
lang/python/files/pip.conf
Normal file
3
lang/python/files/pip.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
[global]
|
||||
cache-dir=/tmp/.cache
|
||||
log-file=/tmp/pip-log.txt
|
||||
@@ -8,7 +8,7 @@
|
||||
define Package/python-pip
|
||||
$(call Package/python/Default)
|
||||
TITLE:=Python $(PYTHON_VERSION) pip module
|
||||
DEPENDS:=+python +python-setuptools
|
||||
DEPENDS:=+python +python-setuptools +python-pip-conf
|
||||
endef
|
||||
|
||||
define PyPackage/python-pip/install
|
||||
|
||||
Reference in New Issue
Block a user