apache-storm: add explicit python_version
This commit is contained in:
parent
0e93caea40
commit
cdf8bd8f17
|
@ -10,6 +10,7 @@ license="Apache-2.0"
|
|||
homepage="https://storm.apache.org/"
|
||||
distfiles="http://apache.osuosl.org/storm/apache-storm-${version}/apache-storm-${version}.tar.gz"
|
||||
checksum=2cdb3530839375bb5f18751ff16ff78b11e9b4f6d23c423c95d78487ad92d38e
|
||||
python_version=2 #unverified
|
||||
system_accounts="storm"
|
||||
storm_homedir="/var/lib/apache-storm"
|
||||
storm_shell="/bin/bash"
|
||||
|
@ -33,5 +34,4 @@ do_install() {
|
|||
ln -s /usr/lib/apache-storm/external ${DESTDIR}/var/lib/apache-storm/external
|
||||
vdoc README.markdown
|
||||
vdoc SECURITY.md
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue