浏览代码

package/crudini: drop python2 support

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 3 年之前
父节点
当前提交
246077a889
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/crudini/Config.in

+ 1 - 1
package/crudini/Config.in

@@ -1,6 +1,6 @@
 config BR2_PACKAGE_CRUDINI
 config BR2_PACKAGE_CRUDINI
 	bool "crudini"
 	bool "crudini"
-	depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
+	depends on BR2_PACKAGE_PYTHON3
 	select BR2_PACKAGE_PYTHON_INIPARSE # runtime
 	select BR2_PACKAGE_PYTHON_INIPARSE # runtime
 	help
 	help
 	  A utility for handling ini files from the command line and
 	  A utility for handling ini files from the command line and