Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597122 - dev-python/pytest-3.0.3 calls undeclared distutils-r1_python_compile_all
Summary: dev-python/pytest-3.0.3 calls undeclared distutils-r1_python_compile_all
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2016-10-14 16:00 UTC by eroen
Modified: 2020-03-28 18:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2016-10-14 16:00:29 UTC
pytest-3.0.3.ebuild calls `distutils-r1_python_compile_all` in python_compile_all().[1] This is not declared in the ebuild or in any eclass:

    eroen@occam ~ $ grep -r distutils-r1_python_compile_all /usr/portage/eclass/
    eroen@occam ~ $ echo $?
    1

1: https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/pytest/pytest-3.0.3.ebuild#n66
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2016-10-14 19:28:03 UTC
Fixed. Thank you for noticing my mistake.

It should be in the next iteration of the rsync tree.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-28 18:53:03 UTC
Old version removed.  Please reopen if you can reproduce.