Version of libasync not checked when building with distutils
Bug #260979 reported by
Tomas Karasek
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libasyncns-python |
Fix Released
|
Low
|
Damien Thébault |
Bug Description
"$ python setup.py build" will not check if libasyncns version is more than 0.4. With libasyncns <0.4, build is successful and tests fail because of missing asyncns_
Related branches
Changed in libasyncns-python: | |
assignee: | nobody → damien-thebault |
importance: | Undecided → Low |
Changed in libasyncns-python: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Ok, I just commited a patch to check the version with pkg-config.
I still don't use it to get the flags, because it seems that distutils shouldn't be used that way, but if later it's needed, it would be easy to do.