summaryrefslogtreecommitdiff
path: root/dev-ros/geodesy/files/py3.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
commita1b20429e7e2ba1b44414459afd5a2b50788cd9c (patch)
treee721db30ecc3e534a03ab9b3115762959cc0c28c /dev-ros/geodesy/files/py3.patch
parentdbbd2ae5e62a232616ede4dae3ed69e15903940a (diff)
gentoo auto-resync : 25:01:2023 - 08:07:03
Diffstat (limited to 'dev-ros/geodesy/files/py3.patch')
-rw-r--r--dev-ros/geodesy/files/py3.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ros/geodesy/files/py3.patch b/dev-ros/geodesy/files/py3.patch
deleted file mode 100644
index 66ef4e5dd3ca..000000000000
--- a/dev-ros/geodesy/files/py3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: geodesy/tests/test_wu_point.py
-===================================================================
---- geodesy.orig/tests/test_wu_point.py
-+++ geodesy/tests/test_wu_point.py
-@@ -127,7 +127,7 @@ class TestWuPoint(unittest.TestCase):
- self.assertEqual(wupts.get(uu).uuid(), uu)
-
- # test index() function
-- for i in xrange(len(uuids)):
-+ for i in range(len(uuids)):
- self.assertEqual(wupts.index(uuids[i]), i)
- self.assertEqual(wupts.points[i].id.uuid, uuids[i])
-