mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
13
package/python-git/python-git.mk
Normal file
13
package/python-git/python-git.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-git
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GIT_VERSION = 3.1.24
|
||||
PYTHON_GIT_SITE = $(call github,gitpython-developers,GitPython,$(PYTHON_GIT_VERSION))
|
||||
PYTHON_GIT_LICENSE = BSD-3-Clause
|
||||
PYTHON_GIT_LICENSE_FILES = LICENSE
|
||||
PYTHON_GIT_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user