diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-01-03 19:59:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-01-03 19:59:42 +0100 |
commit | b406e37170ee6f9a809e6f5790aaf199ed0c3587 (patch) | |
tree | 2706e301a6d69c2621c11c92c589de478f593a1b | |
parent | Fix test code. (diff) | |
download | pms-test-suite-b406e37170ee6f9a809e6f5790aaf199ed0c3587.tar.gz pms-test-suite-b406e37170ee6f9a809e6f5790aaf199ed0c3587.tar.bz2 pms-test-suite-b406e37170ee6f9a809e6f5790aaf199ed0c3587.zip |
Drop dbus dependency from tests, it should be pmsts-wide.
-rw-r--r-- | pmstestsuite/repository/pms_eclass.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pmstestsuite/repository/pms_eclass.py b/pmstestsuite/repository/pms_eclass.py index 97caa9a..87eb5c3 100644 --- a/pmstestsuite/repository/pms_eclass.py +++ b/pmstestsuite/repository/pms_eclass.py @@ -20,8 +20,6 @@ LICENSE="as-is" SLOT=${PV} IUSE="" -DEPEND="sys-apps/dbus" - RESTRICT="mirror" S=${WORKDIR} |