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

bCNC: fix breakage #46817

Closed
wants to merge 2 commits into from
Closed

bCNC: fix breakage #46817

wants to merge 2 commits into from

Conversation

Luciogi
Copy link
Contributor

@Luciogi Luciogi commented Oct 21, 2023

Testing the changes

  • I tested the changes in this PR: YES

Local build testing

  • I built this PR locally for my native architecture, (x86_64-glibc)

@Luciogi
Copy link
Contributor Author

Luciogi commented Oct 21, 2023

fixes : #46723

@Luciogi
Copy link
Contributor Author

Luciogi commented Oct 21, 2023

checkdepends="python3-wheel python3-imageio libopencv-python3"
I added libopencv-python3 as checkdepends, but it still compain about it

  ir_d = dist.fetch_build_eggs(dist.install_requires)
/usr/bin/python3: No module named pip
error: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpox3gdhhv', '--quiet', 'opencv-python>=2.4']' returned non-zero exit status 1.
=> ERROR: bCNC-0.9.14.307_5: do_check: '${make_check_pre} python3 setup.py ${make_check_target} ${make_check_args}' exited with 1
=> ERROR:   in do_check() at common/build-style/python3-module.sh:28

@ahesford
Copy link
Member

You should start with

checkdepends="python3-pytest $depends"

and work from there.

@Luciogi
Copy link
Contributor Author

Luciogi commented Oct 25, 2023

You should start with

checkdepends="python3-pytest $depends"

and work from there.

test failed with : with error

ModuleNotFoundError: No module named 'pyautogui'

pyautogui is not in void repos

@paper42
Copy link
Member

paper42 commented Oct 25, 2023

you will have to add it as a new commit here or disable tests with an appropriate comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants