mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-26 13:21:28 +00:00
15 lines
459 B
Makefile
15 lines
459 B
Makefile
################################################################################
|
|
#
|
|
# python-lmdb
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_LMDB_VERSION = py-lmdb_0.89
|
|
PYTHON_LMDB_SITE = $(call github,dw,py-lmdb,$(PYTHON_LMDB_VERSION))
|
|
PYTHON_LMDB_LICENSE = OLDAP-2.8
|
|
PYTHON_LMDB_LICENSE_FILES = LICENSE
|
|
PYTHON_LMDB_SETUP_TYPE = setuptools
|
|
PYTHON_LMDB_DEPENDENCIES = host-python-cffi
|
|
|
|
$(eval $(python-package))
|