diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2013-12-11 21:27:02 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-15 13:41:32 +0100 |
commit | b71842cb658cdef0715877bd1d7a4eb1c76d3287 (patch) | |
tree | efaf14a5194b3876fb1ff8b2dcd2c1bc17a5853d /package/python-versiontools/Config.in | |
parent | 494c8eb54b051d45b43d833a3e41f5735cd8075e (diff) | |
download | buildroot-b71842cb658cdef0715877bd1d7a4eb1c76d3287.tar.gz buildroot-b71842cb658cdef0715877bd1d7a4eb1c76d3287.zip |
python-versiontools: new package
[Thomas: convert to the Python package infrastructure, added license
informations.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-versiontools/Config.in')
-rw-r--r-- | package/python-versiontools/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-versiontools/Config.in b/package/python-versiontools/Config.in new file mode 100644 index 0000000000..cb260c1fbd --- /dev/null +++ b/package/python-versiontools/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_VERSIONTOOLS + bool "python-versiontools" + depends on BR2_PACKAGE_PYTHON + help + Smart replacement for plain tuple used in __version__. + + https://pypi.python.org/pypi/versiontools |