Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2019 12:31:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237203] [PATCH] sysutils/py-google-compute-engine does not work with Python 3.6
Message-ID:  <bug-237203-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237203

            Bug ID: 237203
           Summary: [PATCH] sysutils/py-google-compute-engine does not
                    work with Python 3.6
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: 000.fbsd@quip.cz
                CC: lucas.kanashiro@collabora.com
             Flags: maintainer-feedback?(lucas.kanashiro@collabora.com)
                CC: lucas.kanashiro@collabora.com

Created attachment 203588
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D203588&action=
=3Dedit
fix upstream bug, add py-distro as dependency

sysutils/py-google-compute-engine built as py36-google-compute-engine-2.8.6
does not work because:
1) it requires py-distro which is not recorded  as dependency fo py36 flavo=
ur
2) has upstream bug in compat.py in FreeBSD detection

See this pull request:
https://github.com/GoogleCloudPlatform/compute-image-packages/pull/756

It can be fixed in a few different ways.
It can even be modified to not need py-distro at all. (but I don't know how=
 to
modify content of
python3.6/site-packages/google_compute_engine-2.8.6-py3.6.egg-info/requires=
.txt
- I am no Python developer.

Attached patch fixes it for me. Built in poudriere, used with Python 3.6,
py-distro as dependency for py36 flavours.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237203-7788>