Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MarkupSafe: bump to 1.1.1 #4326

Merged
merged 1 commit into from
May 31, 2020
Merged

MarkupSafe: bump to 1.1.1 #4326

merged 1 commit into from
May 31, 2020

Conversation

clementperon
Copy link
Member

This fix the following warning

<<< MarkupSafe:host seq 55 <<<
BUILD      MarkupSafe (host)
    TOOLCHAIN      manual
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    from setuptools import setup, Extension, Feature
ImportError: cannot import name 'Feature' from 'setuptools' (/home/clement/.local/lib/python3.7/site-packages/setuptools/__init__.py)
FAILURE: scripts/build MarkupSafe:host during makeinstall_host (package.mk)
*********** FAILED COMMAND ***********
$@
**************************************
FAILURE: scripts/build MarkupSafe:host has failed!

The following log for this failure is available:
  /home/clement/LibreELEC.tv/build.LibreELEC-H6.arm-9.80-devel/.threads/logs/55.log

>>> MarkupSafe:host seq 55 >>>

@MilhouseVH
Copy link
Contributor

Why is it using your host Python3 to build, when it should be using the toolchain Python3?

@clementperon
Copy link
Member Author

I don't know, I have build from scratch with following command:

PROJECT=Allwinner ARCH=arm DEVICE=H6 UBOOT_SYSTEM=beelink-gs1 make image

@CvH CvH merged commit 4e6327b into LibreELEC:master May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants