From cdf8bd8f17ea999dd31f04d278432bd7e4e7ff3a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Apr 2020 14:55:07 -0400 Subject: [PATCH] apache-storm: add explicit python_version --- srcpkgs/apache-storm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/apache-storm/template b/srcpkgs/apache-storm/template index 0bbeb85e9eb..c4a71024bf1 100644 --- a/srcpkgs/apache-storm/template +++ b/srcpkgs/apache-storm/template @@ -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 }