Same as 287d6e5, we need to drop pystache from package build script
since Fedora 32 dropped it.
18 lines
664 B
Plaintext
18 lines
664 B
Plaintext
Source: %{product}-python3
|
|
Maintainer: Takuya ASADA <syuu@scylladb.com>
|
|
Homepage: http://scylladb.com
|
|
Section: python
|
|
Priority: optional
|
|
X-Python3-Version: >= 3.4
|
|
Standards-Version: 3.9.5
|
|
Rules-Requires-Root: no
|
|
|
|
Package: %{product}-python3
|
|
Architecture: amd64
|
|
Description: A standalone python3 interpreter that can be moved around different Linux machines
|
|
This is a self-contained python interpreter that can be moved around
|
|
different Linux machines as long as they run a new enough kernel (where
|
|
new enough is defined by whichever Python module uses any kernel
|
|
functionality). All shared libraries needed for the interpreter to
|
|
operate are shipped with it.
|