python3Packages.audible: update httpx constraint, disable check phase
This commit is contained in:
parent
4104ea1e7a
commit
a7ed20d51b
1 changed files with 4 additions and 2 deletions
|
@ -14,10 +14,12 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [ beautifulsoup4 httpx pbkdf2 pillow pyaes rsa ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace 'httpx>=0.20.*,<=0.22.*' 'httpx'
|
||||
sed -i "s/httpx.*/httpx',/" setup.py
|
||||
'';
|
||||
|
||||
# has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "audible"];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue