Source: xxhash
Version: 0.8.0-1
Severity: serious
tags: patch

Hello, after trying hard to see why python3-pkgconfig was not detecting xxhash 
I discovered that the Version field was empty

https://github.com/Cyan4973/xxHash/commit/b4dbf5fefc37b8a5f80b3bbc6b8ff639cf5f0ec2

This trivial commit fixes it.

To reproduce:
python3

>>> import pkgconfig
>>> pkgconfig.installed('libxxhash', '>= 0.7.3')
True

This is what is expected

G.

Reply via email to