Browse Source

build-essential: Remove python2 from suggests

master
Fredrik Fornwall 5 years ago
parent
commit
404941ea60
  1. 4
      packages/build-essential/build.sh

4
packages/build-essential/build.sh

@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-packages
TERMUX_PKG_DESCRIPTION="A metapackage that installs essential development tools"
TERMUX_PKG_LICENSE="Public Domain"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=4.0
TERMUX_PKG_VERSION=4.1
TERMUX_PKG_DEPENDS="clang, make, pkg-config"
TERMUX_PKG_RECOMMENDS="autoconf, automake, bc, bison, cmake, flex, gperf, libtool, m4"
TERMUX_PKG_SUGGESTS="git, golang, nodejs, patchelf, proot, python, python2, ruby, rust, subversion"
TERMUX_PKG_SUGGESTS="git, golang, nodejs, patchelf, proot, python, ruby, rust, subversion"
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_METAPACKAGE=true

Loading…
Cancel
Save