Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
f1e5d6968976c2341c6d554bfcc8895f1b33c26b
/
.
/
meta
/
recipes-devtools
/
rpm
/
rpm-4.11.2
/
pythondeps.sh
blob: 083b174f1753bde1d8f6000473eed02217218b09 [
file
] [
log
] [
blame
]
#!/bin/sh
[
$
# -ge 1 ] || {
cat
>
/
dev
/
null
exit
0
}
case
$1
in
-
R
|--
requires
)
shift
grep
"/usr/\(lib[^/]*\|share\)/python[^/]*/"
>/
dev
/
null
&&
echo
"python"
exit
0
;;
esac
exit
0