summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorEduardo Habkost2018-06-08 19:52:52 +0200
committerEduardo Habkost2018-06-08 21:40:54 +0200
commitc7883412440905b41dde7e70f4af782932e80e90 (patch)
treec1e348a65d88dea7e578cb25188130a35e2374b5 /tests/Makefile.include
parentpython: Remove scripts/argparse.py (diff)
downloadqemu-c7883412440905b41dde7e70f4af782932e80e90.tar.gz
qemu-c7883412440905b41dde7e70f4af782932e80e90.tar.xz
qemu-c7883412440905b41dde7e70f4af782932e80e90.zip
python: Remove scripts/ordereddict.py
Python 2.7 (the minimum Python version we require) provides collections.OrderedDict on the standard library, so we don't need to carry our own implementation. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20180608175252.25110-3-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r--tests/Makefile.include1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 400d8890e7..ccedacebd5 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -31,7 +31,6 @@ $(SRC_PATH)/scripts/qapi/types.py \
$(SRC_PATH)/scripts/qapi/visit.py \
$(SRC_PATH)/scripts/qapi/common.py \
$(SRC_PATH)/scripts/qapi/doc.py \
-$(SRC_PATH)/scripts/ordereddict.py \
$(SRC_PATH)/scripts/qapi-gen.py
# Get the list of all supported sysemu targets