Merge pull request #172118 from SuperSandro2000/txaio

python310Packages.txaio: remove unused dependency
This commit is contained in:
davidak
2022-05-09 07:47:00 +02:00
committed by GitHub
@@ -21,7 +21,6 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
six
twisted
zope_interface
];