Skip to content

Commit

Permalink
add lzma and xz dependencies as their python interface is now in pyth…
Browse files Browse the repository at this point in the history
…on3 standard
  • Loading branch information
davidlange6 committed Oct 29, 2019
1 parent 064c93b commit a33dd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3.spec
Expand Up @@ -7,7 +7,7 @@
%define pythonv %(echo %realversion | cut -d. -f 1,2)
%define python_major %(echo %realversion | cut -d. -f 1)

Requires: expat bz2lib db6 gdbm openssl libffi zlib sqlite
Requires: expat bz2lib db6 gdbm openssl libffi zlib sqlite lzma xz

Source: https://www.python.org/ftp/python/%realversion/Python-%realversion.tgz

Expand Down

0 comments on commit a33dd91

Please sign in to comment.