1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/lang/python32/files/patch-Lib-test_regrtest.py
Beat Gaetzi 5bc148fb49 - Fix build on FreeBSD 10
Approved by:	miwi (implicit)
2011-10-28 10:42:24 +00:00

12 lines
475 B
Python

--- Lib/test/regrtest.py.orig 2011-09-03 18:16:43.000000000 +0200
+++ Lib/test/regrtest.py 2011-10-28 11:26:04.000000000 +0200
@@ -1522,6 +1522,8 @@
_expectations['freebsd6'] = _expectations['freebsd4']
_expectations['freebsd7'] = _expectations['freebsd4']
_expectations['freebsd8'] = _expectations['freebsd4']
+_expectations['freebsd9'] = _expectations['freebsd4']
+_expectations['freebsd10'] = _expectations['freebsd4']
class _ExpectedSkips:
def __init__(self):