Skip to content

Commit

Permalink
Merge branch 'master' into fix/chr_to_int
Browse files Browse the repository at this point in the history
  • Loading branch information
Sdpierret authored Dec 2, 2022
2 parents 01c9ff1 + 799ab92 commit 8bd1a3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ python3-opendds (3.20.6-0) focal; urgency=medium

-- Dragonfly <[email protected]> Thu, 29 Nov 2022 11:43:20 +0100

python3-opendds (3.20.5-2) focal; urgency=medium

* Add python3-cmake-build-extension on setup.py depends

-- Dragonfly <[email protected]> Tue, 29 Nov 2022 17:18:19 +0200

python3-opendds (3.20.5-1) focal; urgency=medium

* Add python3-cmake-build-extension on depends
Expand Down
Empty file modified rpmbuild/SPECS/python3-opendds.spec
100755 → 100644
Empty file.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
},
install_requires=[
'jinja2',
'cmake'
'cmake',
'cmake-build-extension'
]
)

0 comments on commit 8bd1a3f

Please sign in to comment.