saghul / aiodns

Simple DNS resolver for asyncio

Home Page:https://pypi.python.org/pypi/aiodns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[2.0.0] will rely on pip typing

tuxmaster5000 opened this issue · comments

But since 3.5 it is a part of python itself:
https://pypi.org/project/typing/

  • /usr/bin/python3 setup.py test
    running test
    Searching for typing
    Reading https://pypi.org/simple/typing/
    Download error on https://pypi.org/simple/typing/: [Errno -2] Name or service not known -- Some packages may not be found!
    Couldn't find index page for 'typing' (maybe misspelled?)
    Scanning index of all packages (this may take a while)
    Reading https://pypi.org/simple/
    Download error on https://pypi.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
    No local packages or working download links found for typing
    error: Could not find suitable distribution for Requirement.parse('typing')
    Fehler: Fehler-Status beim Beenden von /var/tmp/rpm-tmp.nZALq0 (%check)
    Fehler-Status beim Beenden von /var/tmp/rpm-tmp.nZALq0 (%check)

In the git version it is fixed, but 2.0.0 sill contains the broken code.
Because your build use python 3.5 all is fine,