This is needed for the EOL changes introduced in commit 9bd7692f7fe9d9bf2962f546d1034dcf83247fde.
:+1: from me.
We'll need to remember the specfile too.
I was wondering how to add it; tried dateutil and dateutil.parser... how does one find out?
dateutil
dateutil.parser
The SPEC file is okay. It was easy to identify the Fedora package :)
Pull-Request has been merged by psabata
@psabata, only noticed your question now. One way to find out the Python name is to check if the RPM package ships with a PKG-INFO file:
PKG-INFO
nils@gibraltar:~> rpm -ql python3-dateutil | grep PKG-INFO /usr/lib/python3.6/site-packages/python_dateutil-2.6.0-py3.6.egg-info/PKG-INFO nils@gibraltar:~> grep ^Name: /usr/lib/python3.6/site-packages/python_dateutil-2.6.0-py3.6.egg-info/PKG-INFO Name: python-dateutil nils@gibraltar:~>
This is needed for the EOL changes introduced in commit
9bd7692f7fe9d9bf2962f546d1034dcf83247fde.