pythonPackages.mpd2: remove unnessary libmpd dependency

This commit is contained in:
Jörg Thalheim 2016-10-20 08:57:28 +02:00
parent 857f6bec51
commit ceafba91dc
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -14259,8 +14259,6 @@ in modules // {
sha256 = "1gfrxf71xll1w6zb69znqg5c9j0g7036fsalkvqprh2id640cl3a";
};
propagatedBuildInputs = [ pkgs.mpd_clientlib ];
buildInputs = with self; [ mock ];
patchPhase = ''
sed -i -e '/tests_require/d' \
@ -14271,7 +14269,7 @@ in modules // {
description = "A Python client module for the Music Player Daemon";
homepage = "https://github.com/Mic92/python-mpd2";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ rvl ];
maintainers = with maintainers; [ rvl mic92 ];
};
};