Remove never-used downstream-only code

This commit is contained in:
Tomas Orsava 2020-03-25 17:38:45 +01:00
parent caccd3e498
commit f2c10dc96b
1 changed files with 0 additions and 4 deletions

View File

@ -128,10 +128,6 @@ for f in files:
warn("Version for {!r} has not been found".format(dist), RuntimeWarning)
continue
# XXX: https://github.com/pypa/setuptools/pull/1275
import platform
platform.python_version = lambda: dist.py_version
# This is the PEP 503 normalized name.
# It does also convert dots to dashes, unlike dist.key.
# In the current code, we only add additional provides with this.