mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-23 19:46:29 +00:00
tox.ini: Add dataclasses package for Python 3.6.
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
parent
d8a9c33337
commit
51a3e3aa98
1
tox.ini
1
tox.ini
@ -48,6 +48,7 @@ commands = mypy -p setools
|
|||||||
passenv = USERSPACE_SRC
|
passenv = USERSPACE_SRC
|
||||||
deps = networkx>=2.0
|
deps = networkx>=2.0
|
||||||
cython>=0.27
|
cython>=0.27
|
||||||
|
py36: dataclasses
|
||||||
py38: cython>=0.29.14
|
py38: cython>=0.29.14
|
||||||
py39: networkx>=2.6
|
py39: networkx>=2.6
|
||||||
py39: cython>=0.29.14
|
py39: cython>=0.29.14
|
||||||
|
Loading…
Reference in New Issue
Block a user