#1879 pki-server still requires perl
Closed: Fixed None Opened 8 years ago by mkosek.

Dogtag 10 now uses Python as a language for the installation tools. However,
pki-server package still contains Perl dependency.

# rpm -q --requires pki-server | grep -i perl
/usr/bin/perl
perl(Exporter)
perl(File::Basename)
perl(File::Copy)
perl(File::Path)
perl(File::Slurp)
perl(File::Slurp)
perl(FileHandle)
perl(Getopt::Long)
perl(Socket)
perl(Sys::Hostname)
perl(lib)
perl(pkicommon)
perl(strict)
perl(warnings)

Steps to Reproduce:

rpm -q --requires pki-server | grep -i perl

Actual results:

pki-server pulls Perl dependencies

Expected results:

pki-server does not pull Perl dependencies and thus saves space

This seems to be fixed already, Reopen if needed.

Metadata Update from @mkosek:
- Issue assigned to mharmsen
- Issue set to the milestone: 10.3.0.a1

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/2315

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata