Merge pull request #196245 from fabaff/hydrus-fix

hydrus: fix package name
This commit is contained in:
K900 2022-10-16 15:08:48 +03:00 committed by GitHub
commit d7c3a973c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
sha256 = "sha256-GmYjf2r5dyxkPWTmypChKbkeifCMFKi1lzRhPNe7Ckw=";
hash = "sha256-GmYjf2r5dyxkPWTmypChKbkeifCMFKi1lzRhPNe7Ckw=";
};
nativeBuildInputs = [
@ -30,7 +30,6 @@ python3Packages.buildPythonPackage rec {
cbor2
chardet
cloudscraper
dateutil
html5lib
lxml
lz4
@ -42,6 +41,7 @@ python3Packages.buildPythonPackage rec {
pyopenssl
pyside2
pysocks
python-dateutil
python3Packages.mpv
pyyaml
qtpy
@ -52,7 +52,11 @@ python3Packages.buildPythonPackage rec {
twisted
];
checkInputs = with python3Packages; [ nose mock httmock ];
checkInputs = with python3Packages; [
nose
mock
httmock
];
# most tests are failing, presumably because we are not using test.py
checkPhase = ''