diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-01-27 17:48:48 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-01-27 17:48:48 +0000 |
commit | 7f03310155192bf551c5a832109214271a82655f (patch) | |
tree | 7d8d5a3e98acb3c79151d15474197cbf57a780d2 | |
parent | 0700ea4eb6467bb5efad3394f08116c2739415b6 (diff) | |
download | midipix_build-7f03310155192bf551c5a832109214271a82655f.tar.bz2 midipix_build-7f03310155192bf551c5a832109214271a82655f.tar.xz |
vars/build.vars:native_packages_dev:python3: fix typo.
-rw-r--r-- | vars/build.vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars index 186c567c..82aee877 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -761,7 +761,7 @@ mksh sbase sed tar tcsh the_silver_searcher toilet ubase util_linux which zsh"; # Packages list native_packages_dev NATIVE_PACKAGES_DEV_PACKAGES=" bdwgc bison chicken cparser diffutils flex lunix m4 make man_db -patch patchutils perl python2 ython3 ruby smallbasic tcl"; +patch patchutils perl python2 python3 ruby smallbasic tcl"; : ${PKG_BDWGC_URLS_GIT:="bdwgc=https://github.com/ivmai/bdwgc@master"}; : ${PKG_BISON_SHA256SUM:=a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1}; : ${PKG_BISON_VERSION:=3.0.4}; |