Merge pull request #119421 from mweinelt/woob-fix-eval

[staging-next] python3Packages.woob: fix eval
This commit is contained in:
Sandro 2021-04-14 17:02:22 +02:00 committed by GitHub
commit 603edfb7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@
, cssselect
, dateutil
, feedparser
, futures
, gdata
, gnupg
, google-api-python-client
@ -30,6 +29,7 @@
buildPythonPackage rec {
pname = "woob";
version = "3.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
@ -67,7 +67,7 @@ buildPythonPackage rec {
simplejson
termcolor
unidecode
] ++ lib.optionals isPy27 [ futures ];
];
checkPhase = ''
nosetests