File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
-
2
+ ##
3
+ # Copyright 2021-2025 Alexander Grund
4
+ #
5
+ # https://github.com/easybuilders/easybuild
6
+ #
7
+ # EasyBuild is free software: you can redistribute it and/or modify
8
+ # it under the terms of the GNU General Public License as published by
9
+ # the Free Software Foundation v2.
10
+ #
11
+ # EasyBuild is distributed in the hope that it will be useful,
12
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ # GNU General Public License for more details.
15
+ #
16
+ # You should have received a copy of the GNU General Public License
17
+ # along with EasyBuild. If not, see <http://www.gnu.org/licenses/>.
18
+ ##
3
19
"""
4
20
Find Python dependencies for a given Python package after loading dependencies specified in an EasyConfig.
5
21
This is intended for writing or updating PythonBundle EasyConfigs:
You can’t perform that action at this time.
0 commit comments