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 ];
|
propagatedBuildInputs = [ beautifulsoup4 httpx pbkdf2 pillow pyaes rsa ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
sed -i "s/httpx.*/httpx',/" setup.py
|
||||||
--replace 'httpx>=0.20.*,<=0.22.*' 'httpx'
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# has no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "audible"];
|
pythonImportsCheck = [ "audible"];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue