python-pip: add ca-certificates as dependency
authorAlexandru Ardelean <redacted>
Tue, 1 Dec 2015 18:25:27 +0000 (20:25 +0200)
committerAlexandru Ardelean <redacted>
Thu, 3 Dec 2015 19:24:39 +0000 (21:24 +0200)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python-pip/Makefile

index 1d20ca92e6d24c123c7ec6f7295356c1bbd4b10d..f26d6ae0292410c0505c65679f241cbdc2be33d1 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-pip
 PKG_VERSION:=7.1.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=pip-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://pypi.python.org/packages/source/p/pip/
@@ -27,7 +27,7 @@ define Package/python-pip
   CATEGORY:=Languages
   TITLE:=Tool for installing Python packages.
   URL:=https://pip.pypa.io
-  DEPENDS:=+python +python-setuptools
+  DEPENDS:=+python +python-setuptools +ca-certificates
   MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 endef
 
git clone https://git.99rst.org/PROJECT