https://bugzilla.redhat.com/show_bug.cgi?id=1105050 --- Comment #1 from Robert Kuska <rkuska@xxxxxxxxxx> --- BuildRequires: python-setuptools and BuildRequires: python3-setuptools are actualy not needed. Also distlib vendorize some python libs in distlib/_backport (tarfile.py, sysconfig.py, shutil.py). cat distlib/_backport/__init__.py """Modules copied from Python 3 standard libraries, for internal use only. Individual classes and functions are found in d2._backport.misc. Intended usage is to always import things missing from 3.1 from that module: the built-in/stdlib objects will be used if found. """ There is SKIP_SLOW[1] env variable to skip some of those tests which fail, but it's only small bonus. :-) [1] http://pythonhosted.org//distlib/tutorial.html#pypi-availability -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review