mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/python-sh/python-sh.mk
Normal file
14
package/python-sh/python-sh.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-sh
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SH_VERSION = 1.12.14
|
||||
PYTHON_SH_SOURCE = sh-$(PYTHON_SH_VERSION).tar.gz
|
||||
PYTHON_SH_SITE = https://pypi.python.org/packages/7c/71/199d27d3e7e78bf448bcecae0105a1d5b29173ffd2bbadaa95a74c156770
|
||||
PYTHON_SH_SETUP_TYPE = setuptools
|
||||
PYTHON_SH_LICENSE = MIT
|
||||
PYTHON_SH_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user