Skip to content

Commit

Permalink
python: remove fix-GenericAlias patch (#7433)
Browse files Browse the repository at this point in the history
It does not seem to be necessary any more, and it causes issues:
#7432
  • Loading branch information
Grimler91 committed Aug 30, 2021
1 parent d519fd1 commit 9d4304f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion packages/python/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="PythonPL"
TERMUX_PKG_MAINTAINER="@termux"
_MAJOR_VERSION=3.9
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.6
TERMUX_PKG_REVISION=4
TERMUX_PKG_REVISION=5
TERMUX_PKG_SRCURL=https://www.python.org/ftp/python/${TERMUX_PKG_VERSION}/Python-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a
TERMUX_PKG_DEPENDS="gdbm, libandroid-support, libbz2, libcrypt, libffi, liblzma, libsqlite, ncurses, ncurses-ui-libs, openssl, readline, zlib"
Expand Down
13 changes: 0 additions & 13 deletions packages/python/fix-GenericAlias.patch

This file was deleted.

0 comments on commit 9d4304f

Please sign in to comment.