Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 02:50:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 219648] devel/py-flake8: Add missing dependencies
Message-ID:  <bug-219648-21822-KOUAO7lqbO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219648-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219648-21822@https.bugs.freebsd.org/bugzilla/>

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

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

--- Comment #1 from Kubilay Kocak <koobs@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")

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219648-21822-KOUAO7lqbO>