kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.core: logging is not longer hard dependency, remove it.
If user is going to enable logging in particular app, they should depend on it themselves.pull/222/merge
rodzic
62fbfa9965
commit
a314da83f1
|
@ -3,4 +3,3 @@ type = package
|
||||||
version = 1.5
|
version = 1.5
|
||||||
author = Paul Sokolovsky
|
author = Paul Sokolovsky
|
||||||
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
|
long_desc = Lightweight implementation of asyncio-like library built around native Python coroutines. (Core event loop).
|
||||||
depends = logging
|
|
||||||
|
|
|
@ -17,5 +17,4 @@ setup(name='micropython-uasyncio.core',
|
||||||
maintainer_email='micro-python@googlegroups.com',
|
maintainer_email='micro-python@googlegroups.com',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},
|
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},
|
||||||
packages=['uasyncio'],
|
packages=['uasyncio'])
|
||||||
install_requires=['micropython-logging'])
|
|
||||||
|
|
Ładowanie…
Reference in New Issue