Browse Source

python-ipaddress: use setuptools

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To 9 years ago
parent
commit
734f586889
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lang/python-ipaddress/Makefile

+ 2
- 0
lang/python-ipaddress/Makefile View File

@@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=https://pypi.python.org/packages/source/i/ipaddress
16 16
 PKG_MD5SUM:=12915e923b738107e47827478d553ba1
17 17
 
18
+PKG_BUILD_DEPENDS:=python python-setuptools
19
+
18 20
 PKG_LICENSE:=Python-2.0
19 21
 PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
20 22