From 54be523b4aa361bb58f2ee556dd5fea34861dfd9 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Nov 12 2019 19:47:38 +0000 Subject: fix connection.py path --- diff --git a/SPECS/python-urllib3.spec b/SPECS/python-urllib3.spec index 781a469..34a5288 100644 --- a/SPECS/python-urllib3.spec +++ b/SPECS/python-urllib3.spec @@ -73,7 +73,7 @@ rm -f test/test_no_ssl.py # When this test fails update urllib3.connection.RECENT_DATE # according to the rules defined in that file. sed -i "s/^RECENT_DATE = datetime.date(2017, 6, 30)$/RECENT_DATE = datetime.date(2019, 2, 19)/" \ - urllib3/connection.py + src/urllib3/connection.py %build %py3_build