Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704586 - dev-python/lazy-object-proxy-1.4.3 should depend on dev-python/setuptools_scm - distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools_scm>=3.3.1')
Summary: dev-python/lazy-object-proxy-1.4.3 should depend on dev-python/setuptools_scm...
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: PATCH
: 714748 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-01-02 17:47 UTC by Michael Weiser
Modified: 2020-03-25 18:00 UTC (History)
1 user (show)

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


Attachments
declare dependency on setuptools_scm (lazy-object-proxy-1.4.3-setuptools-scm.patch,406 bytes, patch)
2020-01-02 17:48 UTC, Michael Weiser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weiser 2020-01-02 17:47:11 UTC
dev-python/lazy-object-proxy-1.4.3 has a dependency on setuptools_scm that is not declared in the ebuild.

Reproducible: Always

Steps to Reproduce:
1. emerge -C dev-python/setuptools_scm
2. emerge -1t lazy-object-proxy

Actual Results:  
These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild  N     ] dev-python/lazy-object-proxy-1.4.3  USE="-test" PYTHON_TARGETS="python3_6 -pypy3 -python2_7 -python3_7 -python3_8" 

>>> Verifying ebuild manifests
>>> Emerging (1 of 1) dev-python/lazy-object-proxy-1.4.3::gentoo
>>> Failed to emerge dev-python/lazy-object-proxy-1.4.3, Log file:
>>>  '/var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 0.57, 0.49, 0.43
 * Package:    dev-python/lazy-object-proxy-1.4.3
 * Repository: gentoo
 * Maintainer: python@gentoo.org
 * Upstream:   contact@ionelmc.ro
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_6 userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking lazy-object-proxy-1.4.3.tar.gz to /var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/work
>>> Source unpacked in /var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/work
>>> Preparing source in /var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/work/lazy-object-proxy-1.4.3 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/work/lazy-object-proxy-1.4.3 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/work/lazy-object-proxy-1.4.3 ...
 * python3_6: running distutils-r1_run_phase distutils-r1_python_compile
python3.6 setup.py build -j 8
WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version.
Download error on https://pypi.org/simple/setuptools_scm/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
Download error on https://pypi.org/simple/setuptools-scm/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
Couldn't find index page for 'setuptools_scm' (maybe misspelled?)
Download error on https://pypi.org/simple/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
No local packages or working download links found for setuptools_scm>=3.3.1
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/setuptools/installer.py", line 62, in fetch_build_egg
    pkg_resources.get_distribution('pip')
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 481, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 357, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pip' distribution was not found and is required by the application

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "setup.py", line 130, in <module>
    for root, _, _ in os.walk('src')
  File "/usr/lib64/python3.6/site-packages/setuptools/__init__.py", line 144, in setup
    _install_setup_requires(attrs)
  File "/usr/lib64/python3.6/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib64/python3.6/site-packages/setuptools/dist.py", line 721, in fetch_build_eggs
    replace_conflicting=True,
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 782, in resolve
    replace_conflicting=replace_conflicting
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 1065, in best_match
    return self.obtain(req, installer)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 1077, in obtain
    return installer(requirement)
  File "/usr/lib64/python3.6/site-packages/setuptools/dist.py", line 777, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib64/python3.6/site-packages/setuptools/installer.py", line 70, in fetch_build_egg
    return _legacy_fetch_build_egg(dist, req)
  File "/usr/lib64/python3.6/site-packages/setuptools/installer.py", line 53, in _legacy_fetch_build_egg
    return cmd.easy_install(req)
  File "/usr/lib64/python3.6/site-packages/setuptools/command/easy_install.py", line 679, in easy_install
    raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools_scm>=3.3.1')
 * ERROR: dev-python/lazy-object-proxy-1.4.3::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 2857:  Called distutils-r1_src_compile
 *   environment, line  969:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  437:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2414:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1799:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1797:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  676:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  960:  Called distutils-r1_python_compile
 *   environment, line  828:  Called esetup.py 'build' '-j' '8'
 *   environment, line 1343:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/lazy-object-proxy-1.4.3::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/lazy-object-proxy-1.4.3::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/work/lazy-object-proxy-1.4.3'
 * S: '/var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/work/lazy-object-proxy-1.4.3'

 * Messages for package dev-python/lazy-object-proxy-1.4.3:

 * ERROR: dev-python/lazy-object-proxy-1.4.3::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 2857:  Called distutils-r1_src_compile
 *   environment, line  969:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  437:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2414:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1799:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1797:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  676:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  960:  Called distutils-r1_python_compile
 *   environment, line  828:  Called esetup.py 'build' '-j' '8'
 *   environment, line 1343:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/lazy-object-proxy-1.4.3::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/lazy-object-proxy-1.4.3::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/work/lazy-object-proxy-1.4.3'
 * S: '/var/tmp/portage/dev-python/lazy-object-proxy-1.4.3/work/lazy-object-proxy-1.4.3'


Expected Results:  
These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild  N     ] dev-python/lazy-object-proxy-1.4.3  USE="-test" PYTHON_TARGETS="python3_6 -pypy3 -python2_7 -python3_7 -python3_8" 
[ebuild  N     ]  dev-python/setuptools_scm-3.3.1  USE="-test" PYTHON_TARGETS="python3_6 -pypy3 -python2_7 -python3_7 -python3_8" 

>>> Verifying ebuild manifests
>>> Emerging (1 of 2) dev-python/setuptools_scm-3.3.1::gentoo
>>> Installing (1 of 2) dev-python/setuptools_scm-3.3.1::gentoo
>>> Emerging (2 of 2) dev-python/lazy-object-proxy-1.4.3::gentoo
>>> Installing (2 of 2) dev-python/lazy-object-proxy-1.4.3::gentoo
>>> Jobs: 2 of 2 complete                           Load avg: 0.74, 0.53, 0.45
>>> Auto-cleaning packages...


- does not happen with 1.3.1 ebuild
- caused by setuptools-scm usage in new version
Comment 1 Michael Weiser 2020-01-02 17:47:25 UTC
portage 2.3.84 (python 3.6.10-final-0, default/linux/amd64/17.1/desktop, gcc-9.2.0, glibc-2.30-r3, 5.5.0-rc4 x86_64)
=================================================================
System uname: Linux-5.5.0-rc4-x86_64-Intel-R-_Core-TM-_i7-8565U_CPU_@_1.80GHz-with-gentoo-2.6
KiB Mem:    16111600 total,   5413900 free
KiB Swap:    8388604 total,   8386044 free
Timestamp of repository gentoo: Tue, 31 Dec 2019 19:30:01 +0000
Head commit of repository gentoo: 185e7ee9987b61845800aa53828e01dacf6dcfdd
sh bash 5.0_p11
ld GNU ld (Gentoo 2.33.1 p1) 2.33.1
app-shells/bash:          5.0_p11::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.30.1::gentoo
dev-lang/python:          2.7.17-r1::gentoo, 3.6.10::gentoo
dev-util/cmake:           3.16.2-r1::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.1-r2::gentoo
sys-devel/binutils:       2.33.1::gentoo
sys-devel/gcc:            9.2.0-r3::gentoo
sys-devel/gcc-config:     2.1::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.30-r3::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts: 

local
    location: /usr/local/portage
    masters: gentoo

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE ipw2100-fw shmux sun-jlfgr Atmel MicroChip-SDCC LSI-tw_cli SmartLabs ipw3945 qlogic-fibre-channel-firmware no-source-code ipw2200-fw OSL-2.0 QPL-1.0 LPPL-1.2 Zend-2.0 EUPL-1.1 EPL-1.0 gnuplot AFL-3.0 MPL-1.1 OSL-1.1 NPL-1.1 EPL-2.0 QPL BSD-4 MPL-1.0 AFL-2.1 Apache-1.0 APSL-2 Apache-1.1 openssl OSL-2.1 CPL-1.0 CNRI IBM Ms-PL CDDL CPAL-1.0 PHP-3.01 AGPL-3+ GPL-1 MPL-2.0 Nokia-Qt-LGPL-Exception-1.1 Clarified-Artistic public-domain Ruby-BSD GPL-3+-with-cuda-exception GPL-2-with-font-exception Transmission-OpenSSL-exception WTFPL-2 SGI-B-2.0 wxWinLL-3.1 LGPL-3 GPL-1+ libgcc FTL GPL-3+-with-opencl-openssl-exception tanuki-community GPL-2+ CeCILL-2 Boost-1.0 HPND IJG LGPL-3-with-linking-exception Sleepycat PSF-2.2 libstdc++ vim ZPL GPL-3 GPL-3+-with-cuda-openssl-exception PSF-2.3 LGPL-2.1-with-linking-exception PYTHON LGPL-2-with-linking-exception Apache-2.0 LGPL-2.1 PSF-2 ZLIB GPL-3+-with-opencl-exception LGPL-2 LGPL-3+ GPL-2-with-MySQL-FLOSS-exception MIT Clear-BSD GPL-3-with-openssl-exception GPL-2-with-linking-exception ISC PSF-2.4 Apache-2.0-with-LLVM-exceptions Unlicense GPL-2+-with-openssl-exception metapackage unicode Artistic-2 OPENLDAP LGPL-2.1+ gcc-runtime-library-exception-3.1 GPL-2 qwt Ruby BSD GPL-3+ W3C BSD-2 GPL-2-with-classpath-exception AGPL-3 CC0-1.0 GPL-2-with-exceptions UoI-NCSA UPX-exception LGPL-2+ ECL-2.0 GPL-3-with-font-exception CMake Old-MIT freetts Snd NCSA-HDF canfep dom4j libtiff LIBGLOSS SMAIL SSLeay BZIP2 w3m Crypt-IDEA rdisc xtrs libpng2 icu lsof ipx-utils Khronos-CLHPP buddy MIT-with-advertising Time-Format totd Princeton ZSH RSA Info-ZIP shrimp JDOM gd tcltk psutils torque-2.5 TeX-other-free libpng Ispell flexmock tablelist CPL-0.5 DES gsm alternate bufexplorer.vim imagemagick inner-net SVFL VTK LLVM-Grant rwpng pngcrush iASL Emacs wm2 openafs-krb5-a Allegro CRACKLIB scanlogd UCAR-Unidata regexp-UofT otter feh ElementTree htmlc ipadic LPPL-1.3 xboing matplotlib TeX CeCILL-C SNIA tcp_wrappers_license CNRI-QUIXOTE-2.4 Subversion docbook JNIC FLTK File-MMagic Flashpix Xdebug Time-modules repoze Mail-Sendmail CDDL-1.1 LambdaMOO Openwall Interbase-1.0 xvt pngnq x2x DUMB-0.9.3 AIFFWriter.m Sendmail xbatt FVWM bea.ri.jsr173 eGenixPublic-1.1 BEER-WARE XC IDPL BSD-1 LPPL-1.3b JOVE PHP-2.02 boehm-gc HTML-Tidy Sendmail-Open-Source ErlPL-1.1 CAOSL minpack NEWLIB URT FastCGI photopc rc Toyoda netcat mm symlinks Mini-XML ngrep perforce mpich2 CDDL-Schily FLEX BSD-with-attribution the-Click-license libmng PCRE AMPAS tm-align AGPL-3+ MPL-2.0 nethack LGPL-3 PHP-3 GPL-1+ GPL-2+ Boost-1.0 HPND LPPL-1.3c EUPL-1.1 PHP-3.01 Sleepycat APL-1.0 Artistic ZPL GPL-3 EPL-1.0 Watcom-1.0 OFL-1.1 Apache-2.0 LGPL-2.1 PSF-2 POSTGRESQL AFL-3.0 ZLIB LGPL-3+ MPL-1.1 wxWinLL-3 MIT EPL-2.0 IPAfont QPL ISC MPL-1.0 APSL-2 LGPL-2+ NOSA Apache-1.1 Artistic-2 LGPL-2.1+ GPL-2 BSD GPL-3+ OSL-2.1 W3C BSD-2 CPL-1.0 CNRI IBM AGPL-3 UoI-NCSA Ms-PL CDDL CPAL-1.0 ECL-2.0 CC-BY-4.0 GPL-1 OPL Arphic FDL-1.3 GPL-1+ GPL-2+ CC-BY-2.5 GPL-3 FDL-1.1+ OFL-1.1 CC-BY-3.0 FDL-1.3+ FDL-1.2+ IPAfont FDL-1.1 OFL FreeArt CC-BY-SA-2.0 GPL-2 CC-BY-SA-4.0 GPL-3+ CC-BY-2.0 CC-BY-SA-2.5 CC-BY-SA-3.0 FDL-1.2 man-pages wxWinFDL-3 vlgothic LDP-1 man-pages-posix-2013 Unicode_Fonts_for_Ancient_Scripts CC-SA-1.0 quake1-textures CC-PD man-pages-posix LDP-1a CC-BY-SA-1.0 Texinfo-manual BAEKMUK mplus-fonts UbuntuFontLicense-1.0 myspell-en_CA-KevinAtkinson MaxMind2 BitstreamVera Amazon JSON unRAR bh-luxi ISSL NVIDIA-r1 linux-fw-redistributable intel-ucode freedist Broadcom bonnie"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=native -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--jobs=4 --load-average=10"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -march=native -pipe -fomit-frame-pointer"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=native -pipe -fomit-frame-pointer"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_GB.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo caps cdda cdr cli crypt cryptsetup cups cxx dbus dri dts dvd dvdr egl emboss encode exif fam filecaps flac fortran gdbm gif gles gles2 gtk iconv icu idn ipv6 jpeg lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf pic plymouth png policykit ppds pulseaudio readline sdl seccomp spell split-usr ssl startup-notification svg systemd tcpd tiff truetype udev udisks unicode upower urandom usb user-session vaapi vorbis vpx vulkan wayland x264 xattr xcb xcsecurity xml xv xvid xvmc zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="X86" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python3_6" QEMU_SOFTMMU_TARGETS="aarch64 arm i386 x86_64" QEMU_USER_TARGETS="aarch64 aarch64_be arm armeb" RUBY_TARGETS="ruby27" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 2 Michael Weiser 2020-01-02 17:48:13 UTC
Created attachment 602332 [details, diff]
declare dependency on setuptools_scm

setuptools_scm in turn depends on setuptools, so depending on just the one should be fine
Comment 3 Ivan Bagaev 2020-03-19 18:07:57 UTC
patch correct
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-25 18:00:05 UTC
*** Bug 714748 has been marked as a duplicate of this bug. ***
Comment 5 Larry the Git Cow gentoo-dev 2020-03-25 18:00:47 UTC
The bug has been closed via the following commit(s):

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

commit 32436d957c9d97e2beeba37d67357fe7c402881c
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-03-25 17:59:46 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-03-25 17:59:46 +0000

    dev-python/lazy-object-proxy: BDEPEND on setuptools_scm
    
    Closes: https://bugs.gentoo.org/704586
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/lazy-object-proxy/lazy-object-proxy-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)