Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Mar 2021 19:21:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253962] www/py-httplib2: missing dependency on pyparsing
Message-ID:  <bug-253962-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 253962
           Summary: www/py-httplib2: missing dependency on pyparsing
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: lwhsu@FreeBSD.org
          Reporter: drs-freebsd@sieborger.nom.za
          Assignee: lwhsu@FreeBSD.org
             Flags: maintainer-feedback?(lwhsu@FreeBSD.org)

py-httplib2 0.19.0 introduces a dependency on pyparsing.  The commit in
question is
https://github.com/httplib2/httplib2/commit/bd9ee252c8f099608019709e22c0d70=
5e98d26bc

If one doesn't already have devel/py-pyparsing installed, the result is as
follows:

$ python3
Python 3.7.10 (default, Feb 27 2021, 07:47:42)
[Clang 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c=
611a
on freebsd12
Type "help", "copyright", "credits" or "license" for more information.
>>> import httplib2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.7/site-packages/httplib2/__init__.py", line =
52,
in <module>
    from . import auth
  File "/usr/local/lib/python3.7/site-packages/httplib2/auth.py", line 4, in
<module>
    import pyparsing as pp
ModuleNotFoundError: No module named 'pyparsing'

Would you add a dependency on devel/py-pyparsing, please?

--=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-253962-7788>