pythonPackages.autobahn: add txaio to propagatedBuildInputs

This commit is contained in:
Lancelot SIX 2016-09-15 15:07:15 +02:00
parent 4cbf2b88c2
commit 907cfcb0c3
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -29868,8 +29868,8 @@ in modules // {
url = "mirror://pypi/a/${pname}/${name}.tar.gz";
sha256 = "1158ml8h3g0vlsgw2jmy579glbg7dn0mjij8xibdl509b8qv9p51";
};
buildInputs = with self; [ unittest2 mock pytest txaio trollius ];
propagatedBuildInputs = with self; [ six twisted ];
buildInputs = with self; [ unittest2 mock pytest trollius ];
propagatedBuildInputs = with self; [ six twisted txaio ];
checkPhase = ''
py.test $out
'';