Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#71045 - [python-pyroute2] Package includes tests

Attached to Project: Community Packages
Opened by Willem Mulder (14mRh4X0r) - Friday, 28 May 2021, 11:39 GMT
Last edited by Thore Bödecker (foxxx0) - Wednesday, 01 September 2021, 10:19 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Thore Bödecker (foxxx0)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

The Arch package includes the tests for the Python package.

Package version: 0.5.19-1

Erroneously included files:
/usr/lib/python3.9/site-packages/tests/
/usr/lib/python3.9/site-packages/tests/__init__.py
/usr/lib/python3.9/site-packages/tests/__pycache__/
/usr/lib/python3.9/site-packages/tests/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/tests/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/tests/__pycache__/collector.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/tests/__pycache__/collector.cpython-39.pyc
/usr/lib/python3.9/site-packages/tests/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/tests/__pycache__/utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/tests/collector.py
/usr/lib/python3.9/site-packages/tests/utils.py
This task depends upon

Closed by  Thore Bödecker (foxxx0)
Wednesday, 01 September 2021, 10:19 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#71954 
Comment by Krzysztof Krakowiak (pix3l) - Tuesday, 24 August 2021, 00:11 GMT
Fixing it is as simpel as adding:
rm -rf "${pkgdir}"/usr/lib/python3.*/site-packages/tests/

on the end of the package section of PKGBUILD.
Please somebody fix it...

Loading...