aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/pyyaml/python-pyyaml_3.10.bbappend
blob: 25fc76fc17c0213c43e640121c28007eb7526918 (plain)
1
2
3
4
5
6
# Unbreak version number

do_configure_append() {
    sed -i -e s:3.06:3.10:g ${S}/setup.py
}