Skip to content

Commit 462c17d

Browse files
committed
Update version of python-debian to 1.40.0
1 parent 7f6da8a commit 462c17d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
python-debian==0.1.40
12
binaryornot
23
requests
34
reuse

src/fosslight_reuse/_add.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ def add_content(path_to_find, file, input_license="", input_copyright=""):
197197
path_to_find = os.getcwd()
198198
else:
199199
path_to_find = os.path.abspath(path_to_find)
200-
201-
os.chdir(path_to_find)
200+
os.chdir(path_to_find)
202201

203202
now = datetime.now().strftime('%Y%m%d_%H-%M-%S')
204203
output_dir = os.getcwd()

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ basepython= python3.6
1010
whitelist_externals = cat
1111
cp
1212
rm
13-
git
1413
setenv =
1514
PYTHONPATH=.
1615

@@ -32,7 +31,6 @@ commands =
3231
cp -r tests/add tests/add_result
3332
fosslight_reuse add -p tests/add_result -c "2019-2021 LG Electronics Inc." -l "GPL-3.0-only"
3433
rm -rf reuse_example
35-
git clone https://github.com/LGE-OSS/example.git reuse_example
3634
[testenv:release]
3735
deps =
3836
-r{toxinidir}/requirements-dev.txt

0 commit comments

Comments
 (0)