aboutsummaryrefslogtreecommitdiff
blob: fa0bc4a86fcf62170b94b6f318e25500a9224260 (plain)
1
2
3
4
5
6
7
8
py.install_sources(
    [
        'streams.py',
        '__init__.py',
    ],
    subdir : 'portage/util/futures/_asyncio',
    pure : not native_extensions
)