Unbreak python(abi) requires generation (RhBug:562906)
- commit 426a7b6f44
caused pythondeps.sh
to match too much, undo the damage
- patch from David Malcolm
This commit is contained in:
parent
121f73bb49
commit
3a3152981c
|
@ -23,7 +23,7 @@ case $1 in
|
|||
# /PATH/OF/BUILDROOT/usr/lib64/pythonMAJOR.MINOR/
|
||||
# generating (uniqely) lines of the form:
|
||||
# python(abi) = MAJOR.MINOR
|
||||
grep "/usr/lib[^/]*/python.\../*" \
|
||||
grep "/usr/lib[^/]*/python.\../.*" \
|
||||
| sed -e "s|.*/usr/lib[^/]*/python\(.\..\)/.*|python(abi) = \1|g" \
|
||||
| sort | uniq
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue