projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6357c37
)
package/python-cycler: drop redundant python|python3 dependencies
author
Peter Korsgaard
<peter@korsgaard.com>
Sat, 3 Oct 2020 17:08:24 +0000
(19:08 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 4 Oct 2020 09:18:30 +0000
(11:18 +0200)
All the python packages are inside a
if BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
conditional, so no need to repeat it in the Config.in.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-cycler/Config.in
patch
|
blob
|
history
diff --git
a/package/python-cycler/Config.in
b/package/python-cycler/Config.in
index 854873c969808c774385b4110dd34ba31c6094c1..813bc69dd4c48dd677f1884cab33f40e70439538 100644
(file)
--- a/
package/python-cycler/Config.in
+++ b/
package/python-cycler/Config.in
@@
-1,6
+1,5
@@
config BR2_PACKAGE_PYTHON_CYCLER
bool "python-cycler"
- depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
help
Creates a Cycler objects much like cycler, but
includes input validation.