1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

MycroftOS: Switch and make use of python-gitdb

This commit is contained in:
j1nx
2020-05-17 14:23:36 +02:00
parent 701615d3ee
commit c6c43e67ab
5 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-gitdb
#
################################################################################
PYTHON_GITDB_VERSION = 4.0.5
PYTHON_GITDB_SOURCE = gitdb-$(PYTHON_GITDB_VERSION).tar.gz
PYTHON_GITDB_SITE = https://files.pythonhosted.org/packages/d1/05/eaf2ac564344030d8b3ce870b116d7bb559020163e80d9aa4a3d75f3e820
PYTHON_GITDB_SETUP_TYPE = setuptools
PYTHON_GITDB_LICENSE = BSD-3-Clause
PYTHON_GITDB_LICENSE_FILES = LICENSE
$(eval $(python-package))