[Bug 253962] www/py-httplib2: missing dependency on pyparsing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 2 19:21:03 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253962

            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 at FreeBSD.org
          Reporter: drs-freebsd at sieborger.nom.za
          Assignee: lwhsu at FreeBSD.org
             Flags: maintainer-feedback?(lwhsu at FreeBSD.org)

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

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 at github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611a
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?

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


More information about the freebsd-ports-bugs mailing list