python3Packages.subliminal: readd again
This commit is contained in:
parent
91a247a1f0
commit
c78fe7aa78
@ -1,7 +1,6 @@
|
||||
{ lib
|
||||
, fetchPypi
|
||||
, buildPythonPackage
|
||||
, isPy3k
|
||||
, guessit
|
||||
, babelfish
|
||||
, enzyme
|
||||
@ -16,7 +15,6 @@
|
||||
, appdirs
|
||||
, rarfile
|
||||
, pytz
|
||||
, futures
|
||||
, sympy
|
||||
, vcrpy
|
||||
, pytest
|
||||
@ -38,7 +36,7 @@ buildPythonPackage rec {
|
||||
guessit babelfish enzyme beautifulsoup4 requests
|
||||
click dogpile_cache stevedore chardet pysrt six
|
||||
appdirs rarfile pytz
|
||||
] ++ lib.optional (!isPy3k) futures;
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
sympy vcrpy pytest pytest-flakes
|
||||
@ -47,6 +45,7 @@ buildPythonPackage rec {
|
||||
|
||||
# https://github.com/Diaoul/subliminal/pull/963
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "subliminal" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Diaoul/subliminal";
|
||||
|
@ -8074,6 +8074,8 @@ in {
|
||||
|
||||
subdownloader = callPackage ../development/python-modules/subdownloader { };
|
||||
|
||||
subliminal = callPackage ../development/python-modules/subliminal { };
|
||||
|
||||
subunit = callPackage ../development/python-modules/subunit {
|
||||
inherit (pkgs) subunit cppunit check;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user