From 81f11650d28d56d85331e46a5fd463c23e8310b6 Mon Sep 17 00:00:00 2001
From: Athanasios Karmas <karmas@athenarc.gr>
Date: Wed, 24 Nov 2021 14:24:08 +0100
Subject: [PATCH] minor correction in funniest package

---
 packages/funniest1022/package.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/funniest1022/package.py b/packages/funniest1022/package.py
index b39eceec..b39f2270 100644
--- a/packages/funniest1022/package.py
+++ b/packages/funniest1022/package.py
@@ -4,5 +4,5 @@ class Funniest1022(PythonPackage):
     pypi = 'funniest1022/funniest1022-0.3.tar.gz'
     maintainers = ['akarmas']
     version('0.3', '248ec9320ad80dc4b05dca73e4deff78')
-    depends_on('python@3.8:'), type=('build','run'))
+    depends_on('python@3.8:', type=('build','run'))
     depends_on('py-pandas', type=('build','run'))
-- 
GitLab