[Buildroot] python-json-schema-validator, python-versiontools: Remove depends on BR2_PACKAGE_PYTHON

Matthew Carruth carruthm at gmail.com
Wed Apr 19 17:44:01 UTC 2017


>From 13ff8c8b88a9b8c6d91c658d52105695bf09ea13 Mon Sep 17 00:00:00 2001
From: Matthew Carruth <carruthm at gmail.com>
Date: Wed, 19 Apr 2017 10:39:20 -0700
Subject: [PATCH] Remove depends on BR2_PACKAGE_PYTHON in 2 packages

python-json-schema-validator, python-versiontools: Remove depends on
BR2_PACKAGE_PYTHON. Both have valid python3 implementations as well

Signed-off-by: Matthew Carruth <carruthm at gmail.com>
---
 package/python-json-schema-validator/Config.in | 1 -
 package/python-versiontools/Config.in          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/package/python-json-schema-validator/Config.in
b/package/python-json-schema-validator/Config.in
index 6ae1eb1..dbc5328 100644
--- a/package/python-json-schema-validator/Config.in
+++ b/package/python-json-schema-validator/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PYTHON_JSON_SCHEMA_VALIDATOR
  bool "python-json-schema-validator"
- depends on BR2_PACKAGE_PYTHON
  select BR2_PACKAGE_PYTHON_VERSIONTOOLS
  help
   JSON Schema Validator
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170419/8c1d01b7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Remove-depends-on-BR2_PACKAGE_PYTHON-in-2-packages.patch
Type: text/x-patch
Size: 1416 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170419/8c1d01b7/attachment.bin>


More information about the buildroot mailing list