forked from OpenDDS/pyopendds
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:Sdpierret/pyopendds into fix/chr_…
…to_int
- Loading branch information
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,19 @@ python3-opendds (3.20.6-0) focal; urgency=medium | |
|
||
* change c8 from char to int | ||
|
||
-- Dragonfly <[email protected]> Thu, 29 Nov 2022 11:43:20 +0100 | ||
-- Dragonfly <[email protected]> Thu, 8 Nov 2022 11:43:20 +0100 | ||
|
||
python3-opendds (3.20.5-3) focal; urgency=medium | ||
|
||
* Add setuptools and pip on setup.py depends | ||
|
||
-- Dragonfly <[email protected]> Tue, 3 Dec 2022 17:18:19 +0200 | ||
|
||
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,9 @@ | |
}, | ||
install_requires=[ | ||
'jinja2', | ||
'cmake' | ||
'cmake', | ||
'cmake-build-extension', | ||
'setuptools>=60.0', | ||
'pip>=22.0' | ||
] | ||
) |