diff options
author | Kacper Kowalik (Xarthisius) <xarthisius@gentoo.org> | 2012-06-08 22:17:20 +0200 |
---|---|---|
committer | Kacper Kowalik (Xarthisius) <xarthisius@gentoo.org> | 2012-06-08 22:17:20 +0200 |
commit | 730c7fb707453d0f2f7b61458e3bd642d67b74a4 (patch) | |
tree | 759e5f0373fbb4509b97a8321d10288b6711d0c4 | |
parent | [dev-python/autobahntestsuite] initial import, ebuild written by me (diff) | |
download | python-730c7fb707453d0f2f7b61458e3bd642d67b74a4.tar.gz python-730c7fb707453d0f2f7b61458e3bd642d67b74a4.tar.bz2 python-730c7fb707453d0f2f7b61458e3bd642d67b74a4.zip |
[dev-python/autobahntestsuite] add missing dependency on dev-python/twisted-web
-rw-r--r-- | dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild b/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild index a232353..d3513f9 100644 --- a/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild +++ b/dev-python/autobahntestsuite/autobahntestsuite-0.5.1.ebuild @@ -23,4 +23,5 @@ DEPEND="app-arch/unzip dev-python/setuptools" RDEPEND="dev-python/autobahn dev-python/setuptools - >=dev-python/twisted-11.0.0" + >=dev-python/twisted-11.0.0 + >=dev-python/twisted-web-11.0.0" |