[Buildroot] [PATCH] package/python-versiontools: Remove Python2 dependency

Andrey Smirnov andrew.smirnov at gmail.com
Tue Apr 25 18:48:06 UTC 2017


Python-versiontools supports Python3, so there's no reason to limit it
to Python2 only.

Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>
Signed-off-by: Matthew Carruth <carruthm at gmail.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---

This is a follow up on patch [1]. Matthew is a colleague of mine and I
am picking up where he left off.

[1] http://lists.busybox.net/pipermail/buildroot/2017-April/189874.html

 package/python-versiontools/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-versiontools/Config.in b/package/python-versiontools/Config.in
index cb260c1..d15de1f 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__.
 
-- 
2.9.3



More information about the buildroot mailing list