[Bug 219648] devel/py-flake8: Add missing dependencies

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 30 02:50:40 UTC 2017


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

Kubilay Kocak <koobs at FreeBSD.org> 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|                            |koobs at FreeBSD.org,
                   |                            |python at FreeBSD.org

--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
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.


More information about the freebsd-python mailing list