mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
python: remove readline.so for now
Some symbols are not found (tgetnum and BC). Looks like the termcap lib, which should be in libncurses(w) but maybe some build param would be required. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -64,7 +64,7 @@ endef
|
|||||||
|
|
||||||
define Package/python
|
define Package/python
|
||||||
$(call Package/python/Default)
|
$(call Package/python/Default)
|
||||||
DEPENDS:=+python-base +libncursesw +libbz2 +libgdbm +libreadline +libsqlite3 +libexpat +libdb47
|
DEPENDS:=+python-base +libncursesw +libbz2 +libgdbm +libsqlite3 +libexpat +libdb47
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python/description
|
define Package/python/description
|
||||||
@@ -159,6 +159,7 @@ define PyPackage/python/filespec
|
|||||||
-|/usr/lib/python$(PYTHON_VERSION)/webbrowser.py
|
-|/usr/lib/python$(PYTHON_VERSION)/webbrowser.py
|
||||||
-|/usr/lib/python$(PYTHON_VERSION)/*/test
|
-|/usr/lib/python$(PYTHON_VERSION)/*/test
|
||||||
-|/usr/lib/python$(PYTHON_VERSION)/*/tests
|
-|/usr/lib/python$(PYTHON_VERSION)/*/tests
|
||||||
|
-|/usr/lib/python$(PYTHON_VERSION)/lib-dynload/readline.so
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define PyPackage/python-base/install
|
define PyPackage/python-base/install
|
||||||
|
|||||||
Reference in New Issue
Block a user