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