Package: python-rply / 0.7.2-1

Metadata

Package Version Patches format
python-rply 0.7.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001_dont_use_setuptools.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 switch setup.py back to distutils
 Upstream switched setup.py to use setuptools directly, rather than distutils.
 However, this change is only necessary for building and publishing wheels,
 which does not concern the Debian package, and setuptools is not currently
 packaged for pypy, so this patch switches back to distutils.
 .
 Can be removed once setuptools is packaged for pypy in Debian (see #735855).