mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 11:32:02 +02:00
fix(coreos-base/coreos-dev): Replace dev-python/argparse with virtual.
argparse is bundled into python-2.7 so dev-python/argparse cannot be installed. Instead the virtual package should be used to work with any python version combination.
This commit is contained in:
parent
b444a5ec51
commit
5c0ba24317
@ -44,7 +44,6 @@ RDEPEND="${RDEPEND}
|
||||
coreos-base/gmerge
|
||||
dev-lang/python
|
||||
dev-python/dbus-python
|
||||
dev-python/argparse
|
||||
dev-python/pygobject
|
||||
dev-util/strace
|
||||
net-analyzer/netperf
|
||||
@ -74,6 +73,7 @@ RDEPEND="${RDEPEND}
|
||||
sys-process/psmisc
|
||||
sys-process/time
|
||||
virtual/perf
|
||||
virtual/python-argparse
|
||||
coreos-base/coreos-experimental
|
||||
"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user