python3Packages.pdfx: relax pdfminer version requirements
This commit is contained in:
parent
5d10edd260
commit
c2c93f7fca
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "chardet==4.0.0" "chardet"
|
||||
--replace "chardet==4.0.0" "chardet" \
|
||||
--replace "pdfminer.six==20201018" "pdfminer.six"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ pdfminer chardet ];
|
||||
|
|
Loading…
Reference in a new issue