Browse Source

python-ply: use setuptools

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To 9 years ago
parent
commit
0fd914ae0f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      lang/python-ply/Makefile

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

@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.dabeaz.com/ply
PKG_MD5SUM:=94726411496c52c87c2b9429b12d5c50
PKG_BUILD_DEPENDS:=python python-setuptools
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=README.md
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>


Loading…
Cancel
Save