dcallagh reported a new issue against the project: `releng` that you are following: `` Recently I noticed a bunch of TurboGears dependencies disappeared from EPEL7 with no explanation. Koschei [noticed it too](https://apps.fedoraproject.org/koschei/package/TurboGears?collection=epel7):
``` Package resolution failed No package found for: python-turbojson >= 1.3 No package found for: python-paste-script No package found for: python-cherrypy2 No package found for: python-turbokid >= 1.0.5 No package found for: python-peak-rules No package found for: python-turbocheetah ```
According to `koji list-tag-history` these were untagged on 5 August, for example:
``` Sat Aug 5 15:24:19 2017: python-cherrypy2-2.3.0-18.el7 untagged from epel7 by releng ```
The common theme is that these packages were previously retired in 2014 when TurboGears was abandoned by Toshio, and then later they were *un-retired* after I picked it up. The `dead.package` file was created when they were retired, but then it was left behind in git when they were un-retired (these packages don't really ever get updates as you can see).
https://src.fedoraproject.org/rpms/python-cherrypy2/c/f0c006f5de16796a9d31fd... https://src.fedoraproject.org/rpms/python-cherrypy2/tree/epel7
You can see in the Pkgdb read-only view that the package was indeed *not* retired as of last week:
https://admin.fedoraproject.org/pkgdb/package/rpms/python-cherrypy2/
I guess this was a mistake in the Pkgdb-to-Pagure transition, which wrongly assumed the presence of a `dead.package` file in git meant the package was actually retired.
Other packages affected were python-astroid (#6941) and possible many others? ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/6945