Skip to content

Commit

Permalink
Python3: drop xz:host and xz:target DEPEND
Browse files Browse the repository at this point in the history
  • Loading branch information
heitbaum committed Mar 30, 2024
1 parent a4d8dd1 commit 98d6242
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/lang/Python3/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ PKG_SHA256="9e06008c8901924395bc1da303eac567a729ae012baa182ab39269f650383bb3"
PKG_LICENSE="OSS"
PKG_SITE="https://www.python.org/"
PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_HOST="zlib:host bzip2:host libffi:host util-linux:host xz:host autoconf-archive:host"
PKG_DEPENDS_TARGET="toolchain Python3:host sqlite expat zlib bzip2 xz openssl libffi readline ncurses util-linux"
PKG_DEPENDS_HOST="zlib:host bzip2:host libffi:host util-linux:host autoconf-archive:host"
PKG_DEPENDS_TARGET="toolchain Python3:host sqlite expat zlib bzip2 openssl libffi readline ncurses util-linux"
PKG_LONGDESC="Python3 is an interpreted object-oriented programming language."
PKG_TOOLCHAIN="autotools"

Expand All @@ -29,7 +29,7 @@ PKG_CONFIGURE_OPTS_HOST="ac_cv_prog_HAS_HG=/bin/false
--disable-readline
--disable-bzip2
--enable-zlib
--enable-xz
--disable-xz
--disable-tk
--disable-curses
--disable-pydoc
Expand Down Expand Up @@ -67,7 +67,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_prog_HAS_HG=/bin/false
--enable-readline
--enable-bzip2
--enable-zlib
--enable-xz
--disable-xz
--disable-tk
--enable-curses
--disable-pydoc
Expand Down

0 comments on commit 98d6242

Please sign in to comment.