apache-storm: add explicit python_version

This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:07 -04:00 committed by Toyam Cox
parent 0e93caea40
commit cdf8bd8f17

View file

@ -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
}