Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ligo-scald
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adam Mercer
ligo-scald
Commits
8bf36b3e
Commit
8bf36b3e
authored
3 years ago
by
Patrick Godwin
Browse files
Options
Downloads
Patches
Plain Diff
add python3-distutils dep for debian
parent
9acea0d0
Branches
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
debian/control
+1
-1
1 addition, 1 deletion
debian/control
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
8bf36b3e
...
...
@@ -142,6 +142,7 @@ test:el7:
-
apt-get install -y
python3-bottle
python3-dateutil
python3-distutils
python3-numpy
python3-yaml
python3-urllib3
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
8bf36b3e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment