From 4d6dda273f30331dce47efd75e3b38b1f21429b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Thu, 12 Dec 2024 15:49:43 +0100 Subject: [PATCH] netanim: Remove file with required netanim version This file was used by ns-3-allinone to download the right netanim version. Since netanim is downloaded by ns-3 directly now, this file is no longer needed. --- src/netanim/_required_netanim_version.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/netanim/_required_netanim_version.py diff --git a/src/netanim/_required_netanim_version.py b/src/netanim/_required_netanim_version.py deleted file mode 100644 index 0c7a9c370..000000000 --- a/src/netanim/_required_netanim_version.py +++ /dev/null @@ -1,9 +0,0 @@ -# Store version information for required netanim version, used by -# ns-3-allinone/download.py. -# If specifying a released netanim version, specify the required netanim -# version as, e.g. 'netanim-3.108' -# If specifying a commit on the development tree, specify it like this based -# on 'git describe --tags' command. Example, if the latest release was 3.108, -# and 'git describe --tags' reports "netanim-3.108-6-g8e7c0a9", then write the -# version string below as 'netanim-3.108.post6+ng8e7c0a9' -__required_netanim_version__ = "netanim-3.109"