Skip to content

Commit

Permalink
Merge pull request #63 from Sdpierret/fix/SetupPy
Browse files Browse the repository at this point in the history
add pip constraint
  • Loading branch information
Sdpierret authored Dec 8, 2022
2 parents 799ab92 + 5828b89 commit e55b183
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3-opendds (3.20.5-3) focal; urgency=medium

* Add setuptools and pip on setup.py depends

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

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

* Add python3-cmake-build-extension on setup.py depends
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.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Setuptools extension to build and package CMake projects

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

0 comments on commit e55b183

Please sign in to comment.