Package: pygame / 1.9.6+dfsg-4

python-3.8.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Stefano Rivera <stefanor@debian.org>
Date: Tue, 31 Dec 2019 12:45:39 +0200
Subject: Python 3.8 compatibility

Origin: upstream, https://github.com/pygame/pygame/commit/9b5f88bca562f37d30eb7ac0f8f4ebdda68cb494
Author: Christoph Gohlke <cjgohlke@gmail.com>
---
 test/math_test.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/math_test.py b/test/math_test.py
index 33a133a..d1ccf8e 100644
--- a/test/math_test.py
+++ b/test/math_test.py
@@ -2,7 +2,6 @@
 import sys
 import unittest
 import math
-from time import clock
 import platform
 
 import pygame.math