python-pyudev: new package

Add a patch, that fixes find_library() issue on the systems
without library cache.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2015-12-10 09:40:40 +01:00
committed by Thomas Petazzoni
parent 6ea683df76
commit 27d6deb449
5 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pyudev
#
################################################################################
PYTHON_PYUDEV_VERSION = 0.18
PYTHON_PYUDEV_SOURCE = pyudev-$(PYTHON_PYUDEV_VERSION).tar.gz
PYTHON_PYUDEV_SITE = https://pypi.python.org/packages/source/p/pyudev
PYTHON_PYUDEV_LICENSE = LGPLv2.1+
PYTHON_PYUDEV_LICENSE_FILES = COPYING
PYTHON_PYUDEV_SETUP_TYPE = setuptools
$(eval $(python-package))