diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2017-04-25 11:48:06 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-25 21:50:03 +0200 |
commit | ce98cea8fb1e1ef0f2453b17447a00af6e25e03f (patch) | |
tree | b6707b51fbf84f0f71e6e8a6cc73b609cb896e72 /package/python-versiontools | |
parent | fecfb0bacb4d783eaa865f72be40c411a77484f7 (diff) | |
download | buildroot-ce98cea8fb1e1ef0f2453b17447a00af6e25e03f.tar.gz buildroot-ce98cea8fb1e1ef0f2453b17447a00af6e25e03f.zip |
package/python-versiontools: remove Python2 dependency
python-versiontools supports Python 3, so there's no reason to limit
it to Python 2 only.
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Matthew Carruth <carruthm@gmail.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-versiontools')
-rw-r--r-- | package/python-versiontools/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python-versiontools/Config.in b/package/python-versiontools/Config.in index cb260c1fbd..d15de1f046 100644 --- a/package/python-versiontools/Config.in +++ b/package/python-versiontools/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_PYTHON_VERSIONTOOLS bool "python-versiontools" - depends on BR2_PACKAGE_PYTHON help Smart replacement for plain tuple used in __version__. |