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

Kubilay Kocak <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch, needs-qa
              Flags|                            |merge-quarterly?
             Status|New                         |Open
            Summary|devel/py-flake8: missing    |devel/py-flake8: Add
                   |dependencies                |missing dependencies
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #1 from Kubilay Kocak <[email protected]> ---
Both dependencies are conditional (as per setup.py:requires):

if sys.version_info < (3, 4):     requires.append("enum34")

if sys.version_info < (3, 2):     requires.append("configparser")

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"

Reply via email to