summaryrefslogtreecommitdiff
path: root/include/dbus/dbus-python.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for Python 2Simon McVittie2021-09-151-15/+0
| | | | | | | | Python 2 reached EOL on 2020-01-01, and the latest version of AX_PYTHON_DEVEL breaks the build with Python 2. This seems as good a time as any to drop compatibility. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Move dbus-python.h to a dbus subdirectorySimon McVittie2016-03-051-0/+119
This means we can consistently #include <dbus/dbus-python.h>, either in-tree or out-of-tree. Signed-off-by: Simon McVittie <smcv@debian.org>