CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/05/30 03:42:38
Modified files:
net/py-oauth2 : Makefile
net/py-oauth2/pkg: PLIST
Added files:
net/py-oauth2/patches: patch-setup_py
Log message:
Avoid pollution of python modules namespace
By default oauth2 module installs regression tests as a separate "tests" module
in site-packages. This is likely to be an error in setup.py.
OK daniel@, sthen@, maintainer.
