python mwlib: use pillow instead of pil
This commit is contained in:
parent
60e2dced1a
commit
c709363e23
@ -5083,7 +5083,7 @@ in modules // {
|
|||||||
sha256 = "1dnmnkc21zdfaypskbpvkwl0wpkpn0nagj1fc338w64mbxrk8ny7";
|
sha256 = "1dnmnkc21zdfaypskbpvkwl0wpkpn0nagj1fc338w64mbxrk8ny7";
|
||||||
};
|
};
|
||||||
|
|
||||||
commonDeps = with self;
|
propagatedBuildInputs = with self;
|
||||||
[
|
[
|
||||||
apipkg
|
apipkg
|
||||||
bottle
|
bottle
|
||||||
@ -5099,19 +5099,7 @@ in modules // {
|
|||||||
simplejson
|
simplejson
|
||||||
sqlite3dbm
|
sqlite3dbm
|
||||||
timelib
|
timelib
|
||||||
];
|
] ++ optionals (!isPy3k) [ modules.sqlite3 ];
|
||||||
|
|
||||||
pythonPath = commonDeps ++
|
|
||||||
[
|
|
||||||
modules.sqlite3
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = commonDeps;
|
|
||||||
|
|
||||||
buildInputs = with self;
|
|
||||||
[
|
|
||||||
pil
|
|
||||||
] ++ propagatedBuildInputs;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library for parsing MediaWiki articles and converting them to different output formats";
|
description = "Library for parsing MediaWiki articles and converting them to different output formats";
|
||||||
|
Loading…
Reference in New Issue
Block a user