Source: python-pip Version: 8.1.1-1 The python-pip package currently fails to build because it assumes the presence of a _markerlib module, however recent versions of setuptools (20.2+) no longer have a bundled _markerlib, causing the build to fail.
I believe the only requirement to actually fix this is to just remove the references to _markerlib in debian/rules and anywhere else it's expecting that module to exist. There isn't a new module to deal with since setuptools simply replaced the use of _markerlib with the pypa/packaging library, which it was already using and so is already being handled. ----------------- Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA _______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team