Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688680 - dev-python/python-jose-3.0.1 : distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse( pytest-runner )
Summary: dev-python/python-jose-3.0.1 : distutils.errors.DistutilsError: Could not fin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-25 16:35 UTC by Toralf Förster
Modified: 2019-06-25 19:31 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.84 KB, text/plain)
2019-06-25 16:35 UTC, Toralf Förster
Details
dev-python:python-jose-3.0.1:20190625-040927.log (dev-python:python-jose-3.0.1:20190625-040927.log,4.47 KB, text/plain)
2019-06-25 16:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,60.59 KB, text/plain)
2019-06-25 16:35 UTC, Toralf Förster
Details
environment (environment,110.96 KB, text/plain)
2019-06-25 16:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.98 KB, application/x-bzip)
2019-06-25 16:35 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.38 KB, application/x-bzip)
2019-06-25 16:35 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-06-25 16:35:02 UTC
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 673, in easy_install
    raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pytest-runner')
 * ERROR: dev-python/python-jose-3.0.1::gentoo failed (compile phase):
 *   (no error message)
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-systemd_libressl-test_20190623-103445

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)

Available Rust versions:
  (none found)



emerge -qpvO dev-python/python-jose
[ebuild  N    ] dev-python/python-jose-3.0.1  USE="-test" PYTHON_TARGETS="python2_7 python3_6 -python3_5 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2019-06-25 16:35:05 UTC
Created attachment 580742 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-06-25 16:35:08 UTC
Created attachment 580744 [details]
dev-python:python-jose-3.0.1:20190625-040927.log
Comment 3 Toralf Förster gentoo-dev 2019-06-25 16:35:10 UTC
Created attachment 580746 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-06-25 16:35:13 UTC
Created attachment 580748 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-06-25 16:35:16 UTC
Created attachment 580750 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-06-25 16:35:19 UTC
Created attachment 580752 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-06-25 19:31:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedb97ced1892344c20bf79c68a543149114ad8c

commit aedb97ced1892344c20bf79c68a543149114ad8c
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-06-25 19:18:15 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-06-25 19:30:54 +0000

    dev-python/python-jose: eliminate pytest-runner dep
    
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Closes: https://bugs.gentoo.org/688680
    Package-Manager: Portage-2.3.67, Repoman-2.3.16
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-python/python-jose/python-jose-3.0.1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
Comment 8 Zac Medico gentoo-dev 2019-06-25 19:31:22 UTC
Thanks!