Skip to content
Snippets Groups Projects
Commit 8bf36b3e authored by Patrick Godwin's avatar Patrick Godwin
Browse files

add python3-distutils dep for debian

parent 9acea0d0
Branches master
No related tags found
No related merge requests found
......@@ -142,6 +142,7 @@ test:el7:
- apt-get install -y
python3-bottle
python3-dateutil
python3-distutils
python3-numpy
python3-yaml
python3-urllib3
......
......@@ -8,7 +8,7 @@ X-Python3-Version: >=3.6
Package: python3-ligo-scald
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-bottle, python3-dateutil, python3-numpy, python3-yaml, python3-urllib3
Depends: ${misc:Depends}, ${python3:Depends}, python3-bottle, python3-dateutil, python3-distutils, python3-numpy, python3-yaml, python3-urllib3
Provides: ${python3:Provides}
Description: SCalable Analytics for Ligo/virgo/kagra Data
ligo-scald is a gravitational-wave monitoring and dynamic data visualization
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment