listssrht: drop unidiff

This commit is contained in:
Edmund Wu
2019-12-29 20:03:54 -05:00
parent 889e5ca654
commit e313963c05

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchgit, buildPythonPackage
, python
, srht, asyncpg, unidiff, aiosmtpd, pygit2, emailthreads }:
, srht, asyncpg, aiosmtpd, pygit2, emailthreads }:
buildPythonPackage rec {
pname = "listssrht";
@@ -22,7 +22,6 @@ buildPythonPackage rec {
srht
pygit2
asyncpg
unidiff
aiosmtpd
emailthreads
];