python3Packages.premailer: disable for py2
This commit is contained in:
parent
b5a0e3532b
commit
d67cb89b05
@ -1,10 +1,11 @@
|
||||
{ lib, buildPythonPackage, fetchPypi,
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy27,
|
||||
cssselect, cssutils, lxml, mock, nose, requests, cachetools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "premailer";
|
||||
version = "3.7.0";
|
||||
disabled = isPy27; # no longer compatible with urllib
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user