poezio: fix dependencies, require python 3.4+

This commit is contained in:
Markus Mueller 2016-05-23 13:30:31 +00:00 committed by Franz Pletz
parent 26964c2fb5
commit 315101ac70

View File

@ -13245,7 +13245,7 @@ in modules // {
name = "slixmpp-${version}";
version = "1.1";
disabled = (!isPy34);
disabled = pythonOlder "3.4";
src = pkgs.fetchurl {
url = "mirror://pypi/s/slixmpp/${name}.tar.gz";
@ -26408,7 +26408,7 @@ in modules // {
version = "0.9";
namePrefix = "";
disabled = (!isPy34);
disabled = pythonOlder "3.4";
buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self ; [ aiodns slixmpp pyinotify potr ];