Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705958 - dev-python/future-0.18.2 : src_install(): DISTUTILS_USE_SETUPTOOLS value is probably incorrect
Summary: dev-python/future-0.18.2 : src_install(): DISTUTILS_USE_SETUPTOOLS value is p...
Status: RESOLVED FIXED
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:
Depends on:
Blocks: DISTUTILS_USE_SETUPTOOLS
  Show dependency tree
 
Reported: 2020-01-20 14:16 UTC by Ralph Seichter
Modified: 2021-09-10 10:07 UTC (History)
2 users (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 Ralph Seichter 2020-01-20 14:16:46 UTC
(Follow-up to https://bugs.gentoo.org/705726#c3)

Installing dev-python/future-0.18.2 results in the following message:

  >>> Installing (1 of 1) dev-python/future-0.18.2::gentoo
  * Messages for package dev-python/future-0.18.2:
  * DISTUTILS_USE_SETUPTOOLS value is probably incorrect
  *   value:    DISTUTILS_USE_SETUPTOOLS=bdepend (default?)
  *   expected: DISTUTILS_USE_SETUPTOOLS=rdepend
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-09-18 20:30:31 UTC
commit 0a2b11c56e405d3b70a6e52101f3f3945d1cbfa0
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2020-04-29 06:05:30 +0200
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-04-29 06:05:30 +0200

    dev-python/future: DISTUTILS_USE_SETUPTOOLS=rdepend
    
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>