Package: pyme Version: 0.8.0-1 Severity: important Tags: goal-dash, patch, upstream
Hi,
The 0.8.0 upstream version introduced a change in setup.py, which makes the
package FTBFS with dash as /bin/sh.
- cmd = os.popen("gpgme-config --%s" % what, "r")
+ cmd = os.popen("sh gpgme-config --%s" % what, "r")
I'm forwarding you the patch I made to fix this bug in Ubuntu.
- cmd = os.popen("sh gpgme-config --%s" % what, "r")
+ cmd = os.popen("sh -c 'gpgme-config --%s'" % what, "r")
See [0] for the complete debdiff.
[0] http://patches.ubuntu.com/p/pyme/pyme_0.8.0-1ubuntu1.patch
Cheers,
--
Adrien Cunin aka Adri2000
signature.asc
Description: Digital signature

