Date: Thu, 11 Apr 2019 16:26:06 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 237206] devel/py-pydrive: Need to add explicit dependency on security/py-oauth2client Message-ID: <bug-237206-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237206 Bug ID: 237206 Summary: devel/py-pydrive: Need to add explicit dependency on security/py-oauth2client 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: paul@gromit.dlib.vt.edu CC: sunpoet@FreeBSD.org CC: sunpoet@FreeBSD.org Created attachment 203595 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D203595&action= =3Dedit Fix to devel/py-pydrive to install security/py-oauth2client runtime depende= ncy The devel/py-pydrive port depends upon www/py-google-api-python-client, whi= ch, prior to v1.7.4, had an explicit dependency on security/py-oauth2client.=20 Unfortunately, PyDrive itself has an explicit dependency on oauth2client: https://github.com/gsuitedevs/PyDrive/blob/cf58f81efa67cb30f7c9b3da7d304f21= 4a9b6d3b/setup.py#L17 Hence, since v1.7.4 of www/py-google-api-python-client the devel/py-pydrive port will no longer automatically install all its needed runtime dependenci= es. The associated diff provided restores the explicit dependency on security/py-oauth2client when installing devel/py-pydrive. This fixes the aforementioned problem. --=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-237206-7788>