diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-01-30 00:19:26 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-01-31 23:14:34 +0100 |
commit | 54278f85f1b5631f7a90e0224abc419be8846c58 (patch) | |
tree | 593334d07b1538d0fb0382751d50b6579508dc0a /package/python-coherence/Config.in | |
parent | 7010c18443f7fec968d0f8c7388dc447fb59635b (diff) | |
download | buildroot-54278f85f1b5631f7a90e0224abc419be8846c58.tar.gz buildroot-54278f85f1b5631f7a90e0224abc419be8846c58.zip |
python-coherence: new package
[Peter: add missing select for zope-interface]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-coherence/Config.in')
-rw-r--r-- | package/python-coherence/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-coherence/Config.in b/package/python-coherence/Config.in new file mode 100644 index 0000000000..d4034e7220 --- /dev/null +++ b/package/python-coherence/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PYTHON_COHERENCE + bool "python-coherence" + depends on BR2_PACKAGE_PYTHON + select BR2_PACKAGE_PYTHON_TWISTED + select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE + select BR2_PACKAGE_PYTHON_PYASN + help + A DLNA/UPnP Media Server and Framework for the Digital Living. + + http://coherence-project.org/ |