diff --git a/testing/mozbase/Makefile.in b/testing/mozbase/Makefile.in index 590c276fe35f..c790348ee01d 100644 --- a/testing/mozbase/Makefile.in +++ b/testing/mozbase/Makefile.in @@ -12,8 +12,6 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk # Harness packages from the srcdir; -# python packages to be installed IN INSTALLATION ORDER. -# Packages later in the list can depend only on packages earlier in the list. MOZBASE_PACKAGES = \ manifestdestiny \ mozcrash \ @@ -26,7 +24,7 @@ MOZBASE_PACKAGES = \ mozprofile \ mozrunner \ mozdevice \ - mozcrash \ + moznetwork \ $(NULL) MOZBASE_EXTRAS = \ diff --git a/testing/mozbase/packages.txt b/testing/mozbase/packages.txt index 02998442d354..027d2f5b86f8 100644 --- a/testing/mozbase/packages.txt +++ b/testing/mozbase/packages.txt @@ -7,6 +7,7 @@ mozhttpd.pth:testing/mozbase/mozhttpd mozinfo.pth:testing/mozbase/mozinfo mozinstall.pth:testing/mozbase/mozinstall mozlog.pth:testing/mozbase/mozlog +moznetwork.pth:testing/mozbase/moznetwork mozprocess.pth:testing/mozbase/mozprocess mozprofile.pth:testing/mozbase/mozprofile mozrunner.pth:testing/mozbase/mozrunner