[ovs-dev] [PATCH v2 0/2] Increase Python prerequisite from 2.4 to 2.7

Ben Pfaff blp at nicira.com
Wed Jun 10 16:04:21 UTC 2015


v1->v2: Correct statements about XenServer/XCP, by stating that versions
  with Python 2.4 work if you install Python 2.7 on them.

Ben Pfaff (2):
  Increase prerequisite from Python 2.4 to Python 2.7.
  Makefiles: Stop distributing files because building them requires
    Python.

 COPYING                           |   52 -
 INSTALL.XenServer.md              |    5 +-
 INSTALL.md                        |    4 +-
 Makefile.am                       |   11 +-
 NEWS                              |    3 +
 configure.ac                      |    1 -
 debian/control                    |    2 +-
 debian/copyright.in               |   58 -
 debian/openvswitch-test.install   |    2 +-
 debian/python-openvswitch.install |    2 +-
 lib/automake.mk                   |   31 +-
 m4/openvswitch.m4                 |   38 +-
 ovsdb/automake.mk                 |    1 -
 python/automake.mk                |    2 +-
 python/compat/argparse.py         | 2350 -------------------------------------
 python/compat/automake.mk         |    3 -
 python/compat/uuid.py             |  594 ----------
 python/ovs/poller.py              |    6 +-
 rhel/openvswitch-fedora.spec.in   |    3 +-
 rhel/openvswitch.spec.in          |    5 +-
 tests/atlocal.in                  |   14 +-
 xenserver/openvswitch-xen.spec.in |    2 -
 22 files changed, 34 insertions(+), 3155 deletions(-)
 delete mode 100644 python/compat/argparse.py
 delete mode 100644 python/compat/automake.mk
 delete mode 100644 python/compat/uuid.py

-- 
2.1.3




More information about the dev mailing list