Skip to content

Commit

Permalink
Allow builds with multiple python3 versions (#1441) (#1469) (#1472)
Browse files Browse the repository at this point in the history
Currently Python 3.7 is hardcoded into the debian build system here. These code changes allow other versions of python.

This was tested on Python 3.9 on Debian 11.

Signed-off-by: Alexander Allen <arallen@nvidia.com>
  • Loading branch information
alexrallen committed Apr 26, 2022
1 parent ea58a49 commit f69394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/installerFiles/python-saithriftv2.install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
debian/usr/local/lib/python3.7/site-packages/* /usr/lib/python3.7/dist-packages/
debian/usr/local/lib/python3*/site-packages/* /usr/lib/python3/dist-packages/

0 comments on commit f69394f

Please sign in to comment.