python310Packages.txaio: remove unused dependency

This commit is contained in:
Sandro Jäckel
2022-05-09 03:45:14 +02:00
parent d82115927c
commit e1d1b600ad
@@ -21,7 +21,6 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
six
twisted
zope_interface
];