package/nbd: add option for the trdump utility
[buildroot-gz.git] / package / python-zope-interface / Config.in
blob01f4a94cdb344be138947e3f6aa8d57c26722091
1 config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
2         bool "python-zope-interface"
3         help
4           This package provides an implementation of "object interfaces" for
5           Python. Interfaces are a mechanism for labeling objects as conforming
6           to a given API or contract. So, this package can be considered as
7           implementation of the Design By Contract methodology support in Python.
9           http://docs.zope.org/zope.interface/