Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Sdpierret/pyopendds into fix/chr_…
Browse files Browse the repository at this point in the history
…to_int
  • Loading branch information
dpierret committed Dec 8, 2022
2 parents 01c9ff1 + e55b183 commit 167809e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
14 changes: 13 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion rpmbuild/SPECS/python3-opendds.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name: python3-opendds
Version: 3.20.6
Release: 0%{?dist}
Release: 0
Summary: Setuptools extension to build and package CMake projects

License: MIT
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
},
install_requires=[
'jinja2',
'cmake'
'cmake',
'cmake-build-extension',
'setuptools>=60.0',
'pip>=22.0'
]
)

0 comments on commit 167809e

Please sign in to comment.