mirror of
https://github.com/novatiq/packages.git
synced 2026-04-27 14:24:42 +01:00
python: Fix lib2to3 fixes search
This is the patch from c98b12d9a9 (#7931),
applied for python 2.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ include ../python-version.mk
|
||||
|
||||
PKG_NAME:=python
|
||||
PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user