Code review comment for lp:~jderose/microfiber/python2

Revision history for this message
Jason Gerard DeRose (jderose) wrote :

Ah, one thing to note. I learned to use:

  $(shell py3versions -vr)

Rather than:

  $(shell py3versions -sv)

The `-vr` flags mean that the versions are selected based on the X-Python3-Version header in debian/control. `-sv` means it gets installed for all available versions of Python.

« Back to merge proposal