Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
99c5d4b811d081e598fe49682082852b8c56995f
/
.
/
yocto-poky
/
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