fedora-java / javapackages

Macros and scripts for Java packaging support
Other
7 stars 15 forks source link

Fix tests with python 3.4 #114

Closed fridrich closed 3 weeks ago

fridrich commented 3 weeks ago

The glob.glob does not have field "recursive" in python 3.4. The following is using the os.walk to do the same thing and retains python 3.4 compatibility.

fridrich commented 3 weeks ago

I added a patch that fixes the tests with some versions of realpath

mizdebsk commented 3 weeks ago

Merged. @fridrich Would you like a new bugfix release, version 6.3.1?

fridrich commented 3 weeks ago

For me, I just carry the 2 patches in my rpm. Not sure how it would be for others. But then, if it is not too much work for you, so poczemu nie :)