aboutsummaryrefslogtreecommitdiff
path: root/devel/py-zope.testbrowser/files/patch-setup.py
blob: c92c0a34315095b82acc40ad9cd96aa486c7ac12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2019-11-12 09:52:53 UTC
+++ setup.py
@@ -64,7 +64,7 @@ setup(
         'zope.interface',
         'zope.schema',
         'zope.cachedescriptors',
-        'pytz > dev',
+        'pytz',
         'WebTest >= 2.0.30',
         'BeautifulSoup4',
         'SoupSieve >= 1.9.0',