sngrep: fix error if gnutls and openssl are both enabled
[buildroot-gz.git] / package / python-sdnotify / python-sdnotify.mk
blob7c24d32729cf74b1c1ee32b7ae12a52c2b25a5d1
1 ################################################################################
3 # python-sdnotify
5 ################################################################################
7 PYTHON_SDNOTIFY_VERSION = 0.3.1
8 PYTHON_SDNOTIFY_SOURCE = sdnotify-$(PYTHON_SDNOTIFY_VERSION).tar.gz
9 PYTHON_SDNOTIFY_SITE = https://pypi.python.org/packages/57/f9/ae03e3ebc83be0d501cde1f5d6d23dee74f5c2105f2cdb98bff4fa9ada9c
10 PYTHON_SDNOTIFY_SETUP_TYPE = distutils
11 PYTHON_SDNOTIFY_LICENSE = MIT
12 PYTHON_SDNOTIFY_LICENSE_FILES = LICENSE.txt
14 $(eval $(python-package))