Merge pull request #172118 from SuperSandro2000/txaio

python310Packages.txaio: remove unused dependency

authored by davidak and committed by GitHub cc0d5ad8 f42f88bd

-1
-1
pkgs/development/python-modules/txaio/default.nix
··· 21 21 }; 22 22 23 23 propagatedBuildInputs = [ 24 - six 25 24 twisted 26 25 zope_interface 27 26 ];