7d55b9351d
Version 0.8.2 added OAuth support so we need python-requests-oauthlib as runtime dependency from now on. This package also has a runtime dependency on python-requests so all we need is to update the select command in Config.in. Removed patch applied upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
558 B
Makefile
15 lines
558 B
Makefile
################################################################################
|
|
#
|
|
# python-mwclient
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MWCLIENT_VERSION = 0.8.6
|
|
PYTHON_MWCLIENT_SOURCE = mwclient-$(PYTHON_MWCLIENT_VERSION).tar.gz
|
|
PYTHON_MWCLIENT_SITE = https://pypi.python.org/packages/cd/38/beaf985032b42a0b0c8f9028b469c4dcb0bd7bfab62707ec27af7e890e84
|
|
PYTHON_MWCLIENT_LICENSE = MIT
|
|
PYTHON_MWCLIENT_LICENSE_FILES = mwclient/__init__.py
|
|
PYTHON_MWCLIENT_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|