pythonPackages.autobahn: add txaio to propagatedBuildInputs
This commit is contained in:
parent
4cbf2b88c2
commit
907cfcb0c3
@ -29868,8 +29868,8 @@ in modules // {
|
|||||||
url = "mirror://pypi/a/${pname}/${name}.tar.gz";
|
url = "mirror://pypi/a/${pname}/${name}.tar.gz";
|
||||||
sha256 = "1158ml8h3g0vlsgw2jmy579glbg7dn0mjij8xibdl509b8qv9p51";
|
sha256 = "1158ml8h3g0vlsgw2jmy579glbg7dn0mjij8xibdl509b8qv9p51";
|
||||||
};
|
};
|
||||||
buildInputs = with self; [ unittest2 mock pytest txaio trollius ];
|
buildInputs = with self; [ unittest2 mock pytest trollius ];
|
||||||
propagatedBuildInputs = with self; [ six twisted ];
|
propagatedBuildInputs = with self; [ six twisted txaio ];
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test $out
|
py.test $out
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user