For those of you using this package as a dependency for papis
, note that papis
requires python-bibtexparser<2
. In contrast, this package needs python-bibtexparser>=2.0.0b5
to run the bibtexparser
tests.
However, since bibtexparser
is just an optdepend of this package, it suffices to comment out the line adding python-bibtexparser>=2.0.0b5
to checkdepends
for everyone to be happy. I'm leaving it in for documentation's sake, hopefully papis
will support bibtexparser
2 soon, making this mess unnecessary.
Pinned Comments
gesh commented on 2025-01-23 15:24 (UTC)
For those of you using this package as a dependency for
papis
, note thatpapis
requirespython-bibtexparser<2
. In contrast, this package needspython-bibtexparser>=2.0.0b5
to run thebibtexparser
tests.However, since
bibtexparser
is just an optdepend of this package, it suffices to comment out the line addingpython-bibtexparser>=2.0.0b5
tocheckdepends
for everyone to be happy. I'm leaving it in for documentation's sake, hopefullypapis
will supportbibtexparser
2 soon, making this mess unnecessary.